Change Recent Quickvotes to My Recent QuickVotes
authorJohn Dong <jdong@mit.edu>
Wed, 29 Aug 2007 21:16:00 +0000 (17:16 -0400)
committerJohn Dong <jdong@mit.edu>
Wed, 29 Aug 2007 21:16:00 +0000 (17:16 -0400)
app/views/site/index.rhtml
vendor/plugins/sitealizer/lib/last_update

index 046228ddb3acba669a94934c12cfb96a56cf8c2c..c82840356ced7ce753ab8f1134e431aa7dd4f6d7 100644 (file)
@@ -46,7 +46,7 @@
 
   <ul>
    <li><%= link_to( "Create a QuickVote", :controller => 'quickvote', :action => 'create') %></li>
-   <li><%= link_to( "Recent QuickVotes", :controller => 'quickvote', :action => 'my_quickvotes')%></li>
+   <li><%= link_to( "My Recent QuickVotes", :controller => 'quickvote', :action => 'my_quickvotes')%></li>
   </ul>
 
   <p>Recently created <em>QuickVotes</em> include:</p>
index d393158503f281ec8f475c20bb4ba7839a8f8f46..e3bc9b326c406e0bad7b504bb160925d529e46c9 100644 (file)
@@ -1 +1 @@
-Wed Aug 29 13:54:03 -0400 2007
+Wed Aug 29 17:15:08 -0400 2007

Benjamin Mako Hill || Want to submit a patch?