]> projects.mako.cc - selectricity/blobdiff - app/views/quickvote/results.rhtml
Updated the "votes_per_day" method in graph controller to work better and
[selectricity] / app / views / quickvote / results.rhtml
old mode 100755 (executable)
new mode 100644 (file)
index 8ce400a..030d246
@@ -161,3 +161,9 @@ by several other names.</p>
   </tr>
 <% end %>
 </table>
+
+<%= image_tag( graph_url( :action => 'votes_per_day', :id => @election ) ) %><br />
+<%= image_tag( graph_url(:action => 'votes_per_interval', :id => @election)) %>
+
+
+

Benjamin Mako Hill || Want to submit a patch?