let's use the bar-chart icon for voting to make the look consistent with the event attendance button and hint at its function
This commit is contained in:
parent
5ef05d3a63
commit
72caf2ef9d
@ -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;">
|
||||
|
Reference in New Issue
Block a user