mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-11-16 01:41:23 +00:00
4 lines
No EOL
150 B
Text
4 lines
No EOL
150 B
Text
<%= render :partial => "show" %>
|
|
<% if cuser && cuser.admin? %>
|
|
<%= link_to "Show votes", polls_showvotes_url(@poll) ,class: "button" %>
|
|
<% end %> |