diff options
author | zotlabs <mike@macgirvin.com> | 2016-11-07 19:10:35 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-11-07 19:10:35 -0800 |
commit | 72caf2ef9de83ae7daf4edfccba1d61c710446bc (patch) | |
tree | 44c63a549588644d91bb25ef43d6f5c011686cca /view/tpl | |
parent | 5ef05d3a6336aa7836d6ecabf6cbe45d05baa187 (diff) | |
download | volse-hubzilla-72caf2ef9de83ae7daf4edfccba1d61c710446bc.tar.gz volse-hubzilla-72caf2ef9de83ae7daf4edfccba1d61c710446bc.tar.bz2 volse-hubzilla-72caf2ef9de83ae7daf4edfccba1d61c710446bc.zip |
let's use the bar-chart icon for voting to make the look consistent with the event attendance button and hint at its function
Diffstat (limited to 'view/tpl')
-rwxr-xr-x | view/tpl/conv_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_item.tpl b/view/tpl/conv_item.tpl index 5e1b76b55..072f64129 100755 --- a/view/tpl/conv_item.tpl +++ b/view/tpl/conv_item.tpl @@ -123,7 +123,7 @@ {{if $item.canvote}} <div class="btn-group dropdown"> <button type="button" class="btn btn-default btn-sm dropdown-toggle" data-toggle="dropdown" id="wall-item-consensus-menu-{{$item.id}}" title="{{$item.vote_title}}"> - <i class="fa fa-check-square-o"></i> + <i class="fa fa-bar-chart"></i> <i class="fa fa-check-square-o"></i> </button> <ul class="dropdown-menu" role="menu" aria-labelledby="wall-item-consensus-menu-{{$item.id}}"> <li role="presentation"><a class="menuitem" href="#" title="{{$item.conlabels.0}}" onclick="dolike({{$item.id}},'agree'); return false;"> |