minor cosmetic changes to the front page
[selectricity] / app / views / site / _basic_login.rhtml
index cddd8f6af8caf45ca0d9adfc011b84200e156107..c9fa4dcecbf1d55d67a069384c02356d66ce0d9d 100644 (file)
@@ -7,7 +7,7 @@
 
     <div class="button-bar">
       <p><%= submit_tag 'Login' %></p>
-      <p><%= link_to 'Register for a new account?', :controller => 'user', :action => 'signup' %></p>
+      <p><%= link_to 'Register for an account', :controller => 'user', :action => 'signup' %></p>
       <p><%= link_to 'Lost or forgot your password?', :controller => 'user', :action => 'forgot_password' %></p>
     </div>
   <%= end_form_tag %>

Benjamin Mako Hill || Want to submit a patch?