0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-16 14:50:39 +00:00
ensl.org/app/views/polls/show.html.erb

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