Major commit adding about information and more before site goes live.
[selectricity-live] / app / views / front / _user_summary.rhtml
similarity index 68%
rename from app/views/site/_user_summary.rhtml
rename to app/views/front/_user_summary.rhtml
index e37cafb60a0b9f1792313749b5c5465ef0623c02..3b541c8f49975859d28c1d49049985dac4001446 100644 (file)
@@ -1,5 +1,5 @@
 <% if @current_elections.length < 1 %>
-  <em>You have not created any elections.</em>
+  <p><em>You have not created any elections.</em></p>
 <% else %>
   <ul>
   <% for election in @current_elections %>
@@ -9,6 +9,3 @@
   </ul>
 <% end %>
 
-<p><%= link_to "Create a new election", :controller => 'election', :action => 'new' %></p>
-<p></p>
-

Benjamin Mako Hill || Want to submit a patch?