ensl.org/app/views/polls/show.html.erb

4 lines
150 B
Text
Raw Normal View History

<%= render :partial => "show" %>
<% if cuser && cuser.admin? %>
<%= link_to "Show votes", polls_showvotes_url(@poll) ,class: "button" %>
<% end %>