X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/0a0f0590b1964f3e2b230dc5b9eff0553bddafe2..6fdb49ee0dfc76980bcefb18968d1e1c55c8149c:/app/views/quickvote/my_quickvotes.rhtml diff --git a/app/views/quickvote/my_quickvotes.rhtml b/app/views/quickvote/my_quickvotes.rhtml new file mode 100644 index 0000000..546cb24 --- /dev/null +++ b/app/views/quickvote/my_quickvotes.rhtml @@ -0,0 +1,19 @@ + + + <% ["Name", "Start Date", "End Date", "Description"].each do |column| %> + + <% end -%> + + + <% @myqvs.each do |quickvote| %> + + + + + +<% end %> +
<%= column %>
+ <%= link_to "#{quickvote.name}", + quickaction_url( :ident => quickvote.name, :action => 'results' ) %> + <%= quickvote.startdate.strftime("%x") %><%= quickvote.enddate.strftime("%x") %><%= quickvote.description %> +
\ No newline at end of file