Commit 8c594eb8

mo k <m@mokhan.ca>
2011-12-09 04:35:23
remove text stuff from search page.
1 parent f22f71c
Changed files (3)
app/views/home/index.html.erb
@@ -3,8 +3,8 @@
 <% end %>
 
 <div class="hero-unit">
-  <h1>Hello, cake eater!</h1>
+  <h1>Hello, cake enthusiast!</h1>
   <p>Interested in making cakes, eating cakes, or celebrating cakes? Then you came to the right place.</p>
-  <p><a class="btn primary large">Learn more &raquo;</a></p>
+  <p><a href="<%= url_for new_user_session_path %>" class="btn primary large">Learn more &raquo;</a></p>
 </div>
 <%= render "shared/creation_image_gallery" %>
app/views/layouts/application.html.erb
@@ -71,8 +71,7 @@
       </div>
 
       <footer>
-      <p>&copy; Cakeside 2011</p>
-      <p><a href="http://twitter.com/cakeside">@cakeside</a></p>
+        <p>&copy; Cakeside 2011 | <a href="http://twitter.com/cakeside">@cakeside</a></p>
       </footer>
 
     </div> <!-- /container -->
app/views/search/index.html.erb
@@ -8,5 +8,3 @@
     <%= render "shared/creation_image_gallery" %>
   </div>
 </div>
-
-<%= render "shared/creation_text_gallery" %>