mirror of
https://github.com/rclone/rclone.git
synced 2024-11-08 01:25:14 +01:00
10 lines
533 B
HTML
10 lines
533 B
HTML
<li class="list-group-item d-flex justify-content-between py-1">
|
|
<span>
|
|
{{ .Get "name" }}{{ if .Get "note"}} (<a href="{{ .Get "config" }}{{ .Get "note" }}">See note</a>){{end}}
|
|
</span>
|
|
<span>
|
|
<a class="badge badge-primary badge-pill" role="button btn-sm" href="{{ .Get "home" }}" target="_blank"><i class="fa fa-home" aria-hidden="true"></i> Home</a>
|
|
<a class="badge badge-primary badge-pill" role="button btn-sm" href="{{ .Get "config" }}"><i class="fa fa-book" aria-hidden="true"></i> Config</a>
|
|
</span>
|
|
</li>
|