Changed properties to remove unecessary exectables.
[selectricity-live] / app / views / quickvote / results.rhtml
old mode 100755 (executable)
new mode 100644 (file)
index 321dbbc..7152072
@@ -161,4 +161,7 @@ by several other names.</p>
   </tr>
 <% end %>
 </table>
-<img src="<% url_for(:controller => 'graphs', :action => 'day_votes', :id => @election ) %>" />
+
+<img src="<% url_for(:action => 'day_votes', :id => @election)%>" />
+<%= image_tag( graph_url( :action => 'day_votes', :id => @election ) ) %>
+<%= image_tag( graph_url( :action => 'show' ) ) %>

Benjamin Mako Hill || Want to submit a patch?