Commit 1153436d
Changed files (2)
app
views
layouts
app/views/layouts/application.html.erb
@@ -84,27 +84,27 @@
<a href="/">Home</a>
</li>
<li>
- <a href="/">Sign-Up</a>
+ <a href="<%= url_for new_user_session_path %>">Sign-Up</a>
</li>
<li>
- <a href="/">About Us</a>
+ <a href="<%= url_for new_user_session_path %>">About Us</a>
</li>
<li>
- <a href="/">Why CakeSide?</a>
+ <a href="<%= url_for new_user_session_path %>">Why CakeSide?</a>
</li>
</ul>
</div>
<div class="span4">
- <h3>Contact</h3>
+ <h3>Contact Us</h3>
<ul class="unstyled">
<li>
<a href="http://cakeside.wufoo.com/forms/z7x3k1/" target="_blank">Send Feedback</a>
</li>
<li>
- <a href="/">Twitter</a>
+ <a href="http://twitter.com/cakeside">Twitter</a>
</li>
<li>
- <a href="/">Facebook</a>
+ <a href="https://www.facebook.com/pages/CakeSide/214607468615074">Facebook</a>
</li>
<li>
<a href="/"></a>
app/views/layouts/blank.html.erb
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>CakeSide - Sign In</title>
- <link rel="shortcut icon" href="/favicon.ico">
+ <link rel="shortcut icon" href="/assets/favicon.ico">
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
@@ -24,18 +24,18 @@
<div class="span4">
<h3>CakeSide</h3>
<ul class="unstyled">
- <li> <a href="/">Home</a> </li>
- <li> <a href="/">Sign-Up</a> </li>
- <li> <a href="/">About Us</a> </li>
- <li> <a href="/">Why CakeSide?</a> </li>
+ <li> <a href="/">Home</a></li>
+ <li> <a href="<%= url_for new_user_session_path %>">Sign-Up</a> </li>
+ <li> <a href="<%= url_for new_user_session_path %>">About Us</a> </li>
+ <li> <a href="<%= url_for new_user_session_path %>">Why CakeSide?</a> </li>
</ul>
</div>
<div class="span4">
- <h3>Contact</h3>
+ <h3>Contact Us</h3>
<ul class="unstyled">
<li> <a href="http://cakeside.wufoo.com/forms/z7x3k1/" target="_blank">Send Feedback</a> </li>
- <li> <a href="/">Twitter</a> </li>
- <li> <a href="/">Facebook</a> </li>
+ <li> <a href="http://twitter.com/cakeside">Twitter</a> </li>
+ <li> <a href="https://www.facebook.com/pages/CakeSide/214607468615074">Facebook</a> </li>
<li> <a href="/"></a> </li>
</ul>
</div>