webapp: add tooltip on repo connection icon
This commit is contained in:
parent
8cc4df580b
commit
64aab839dd
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
$else
|
$else
|
||||||
<a href="@{syncToggleLink actions}">
|
<a href="@{syncToggleLink actions}">
|
||||||
$if currentlyconnected
|
$if currentlyconnected
|
||||||
<span .glyphicon .glyphicon-signal>
|
<span title="Remote changes will be instantly synchronised" .glyphicon .glyphicon-signal>
|
||||||
$else
|
$else
|
||||||
$if notSyncing actions
|
$if notSyncing actions
|
||||||
<span .glyphicon .glyphicon-ban-circle>
|
<span .glyphicon .glyphicon-ban-circle>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue