Commit 98d018b6

mo k <mo@mokhan.ca>
2011-06-25 03:02:09
change text from 'add new creation' to 'share my creation'.
1 parent 97269b5
app/views/creations/mine.html.erb
@@ -1,9 +1,9 @@
-<%= link_to "add new creation", new_creation_path(@creation), :class => 'floatRight' %>
+<%= link_to "share my creation", new_creation_path(@creation), :class => 'floatRight' %>
 <h1>My Creations</h1>
 
 <% if @creations.length == 0 %>
   <p> 
-  you have no creations.  <%= link_to "add new creation", new_creation_path(@creation), :class => 'floatRight' %>
+  You have no creations. Would you like to <%= link_to "share your creation?", new_creation_path(@creation) %>
  </p>
 <% else %>
   <% @creations.reverse.each do |creation| %>
app/views/creations/new.html.erb
@@ -1,6 +1,6 @@
 <h1>Share your creation with other Cake artists, enthusiasts, and eaters!</h1>
 <p>We&apos;re delighted that you're going to share you latest creation with us.<p>
-<h2>Add My Latest Creation</h2>
+<h2>Share My Latest Creation</h2>
 <div class="width100">
   <%= render 'form' %>
 </div>
app/views/creations/show.html.erb
@@ -1,7 +1,7 @@
 
 <% if signed_in? %>
   <div class="floatRight">
-    <%= link_to "Add Creation", new_creation_path %>
+    <%= link_to "share my creation", new_creation_path %>
   </div>
 <% end %>
 <% if @creation.user == current_user %>
Gemfile.lock
@@ -35,8 +35,8 @@ GEM
     builder (2.1.2)
     carrierwave (0.5.4)
       activesupport (~> 3.0)
-    configuration (1.2.0)
-    devise (1.3.4)
+    configuration (1.3.1)
+    devise (1.4.0)
       bcrypt-ruby (~> 2.1.2)
       orm_adapter (~> 0.0.3)
       warden (~> 1.0.3)
@@ -47,15 +47,15 @@ GEM
       addressable (~> 2.2.4)
       multipart-post (~> 1.1.0)
       rack (< 2, >= 1.1.0)
-    heroku (2.3.0)
+    heroku (2.3.3)
       launchy (>= 0.3.2)
       rest-client (~> 1.6.1)
       term-ansicolor (~> 1.0.5)
     i18n (0.5.0)
-    jquery-rails (1.0.11)
+    jquery-rails (1.0.12)
       railties (~> 3.0)
       thor (~> 0.14)
-    json (1.5.2)
+    json (1.5.3)
     launchy (0.4.0)
       configuration (>= 0.0.5)
       rake (>= 0.8.1)
@@ -69,7 +69,7 @@ GEM
     multi_xml (0.2.2)
     multipart-post (1.1.2)
     net-ldap (0.2.2)
-    nokogiri (1.4.5)
+    nokogiri (1.4.6)
     oa-basic (0.2.6)
       oa-core (= 0.2.6)
       rest-client (~> 1.6.0)