change syncing pause icon

This icon was using paused to indicate syncing was paused, while the
transfers display uses the same icon as a way to *pause* a transfer.
This commit is contained in:
Joey Hess 2013-03-15 01:37:01 -04:00
parent 9cf4701a8f
commit 52f8ec3dc7

View file

@ -24,7 +24,7 @@
$else $else
<a href="@{syncToggleLink actions}"> <a href="@{syncToggleLink actions}">
$if notSyncing actions $if notSyncing actions
<i .icon-pause></i> syncing paused <i .icon-ban-circle></i> syncing disabled
$else $else
<i .icon-refresh></i> syncing enabled <i .icon-refresh></i> syncing enabled
<td .draghide> <td .draghide>