Commit 8c594eb8
Changed files (3)
app
views
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 »</a></p>
+ <p><a href="<%= url_for new_user_session_path %>" class="btn primary large">Learn more »</a></p>
</div>
<%= render "shared/creation_image_gallery" %>
app/views/layouts/application.html.erb
@@ -71,8 +71,7 @@
</div>
<footer>
- <p>© Cakeside 2011</p>
- <p><a href="http://twitter.com/cakeside">@cakeside</a></p>
+ <p>© 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" %>