X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/108e13f9199648108e61f282a56f9ab4e7bc5dc6..d9eb811be03c5354431b652c166815b3d4af4d6a:/app/views/quickvote/my_quickvotes.rhtml diff --git a/app/views/quickvote/my_quickvotes.rhtml b/app/views/quickvote/my_quickvotes.rhtml index 4788bb1..bb38836 100644 --- a/app/views/quickvote/my_quickvotes.rhtml +++ b/app/views/quickvote/my_quickvotes.rhtml @@ -1,4 +1,3 @@ -<% breakpoint %>
- <%= link_to "#{quickvote.name}", - quickaction_url( :ident => quickvote.name, :action => 'results' ) %> + | + <% if quickvote.active == 1 %> + <%= link_to "#{quickvote.name}", + quickaction_url( :ident => quickvote.name, + :action => 'results' ) %> + <% else %> + <%=h quickvote.name %> + <% end %> | -<%= quickvote.startdate.strftime("%x") %> | -<%= quickvote.enddate.strftime("%x") %> | -<%= quickvote.description %> + | <%=h quickvote.startdate.strftime("%x") %> | +<%=h quickvote.enddate.strftime("%x") %> | +<%=h quickvote.description %> |