minor cosmetic changes to the front page
author<mako@atdot.cc> <>
Thu, 12 Oct 2006 13:43:29 +0000 (09:43 -0400)
committer<mako@atdot.cc> <>
Thu, 12 Oct 2006 13:43:29 +0000 (09:43 -0400)
app/views/site/_basic_login.rhtml
app/views/site/index.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 %>
index 92c38cc80eb01002ce3b3ab125175e2f9adf55c4..9fd332b2f65472a10f570376e8bf5fe0cfc119ce 100644 (file)
@@ -11,7 +11,7 @@ without the complex features of <em>HyperChad</em>. They are the
 quickest way to make a decision or to compare between voting
 methods.</p>
 
-<p><%= link_to "Create QuickVote.", :controller => 'quickvote', :action => 'create' %></p>
+<p><%= link_to "Create a QuickVote", :controller => 'quickvote', :action => 'create' %></p>
 
 <h2>Voters</h2>
 
@@ -33,8 +33,8 @@ ongoing election, you can log in to vote using your token here.</p>
 <% if session[:user] %>
   <%= render_partial 'user_summary' %> 
 <% else %>
-  <h2>Election Administrators</h2>
-  <p>You must have an account to start a new election or to administer an
+  <h2>Vote Administrators</h2>
+  <p>You must have an account to start a new vote or to administer an
   existing vote. You can log in or create a new account below.</p>
 
   <%= render_partial 'basic_login' %>

Benjamin Mako Hill || Want to submit a patch?