webapp: add tooltip on repo connection icon

This commit is contained in:
Martin Stensgård 2014-05-16 02:37:38 +02:00
parent 8cc4df580b
commit 64aab839dd

View file

@ -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>