added support for results for full elections
[selectricity-live] / app / views / voter / _results_sidebar.rhtml
diff --git a/app/views/voter/_results_sidebar.rhtml b/app/views/voter/_results_sidebar.rhtml
new file mode 100644 (file)
index 0000000..9814aed
--- /dev/null
@@ -0,0 +1,7 @@
+<!-- common data to all sidebars -->
+<%= render_partial 'common/results_sidebar' %>
+
+<h2>Details</h2>
+
+<p><%= link_to "Auditing Information", { :action => 'details', :id => @voter.password }, :popup => [] %></p>
+

Benjamin Mako Hill || Want to submit a patch?