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