templates/common/_user_nav.html.erb in bootstrappers-0.1.0.1 vs templates/common/_user_nav.html.erb in bootstrappers-0.2.0
- old
+ new
@@ -16,10 +16,10 @@
end %>
</li>
<% else %>
- <li> <%= link_to( "Sing Up" ,new_user_registration_path) %> </li>
+ <li> <%= link_to( "Sign Up" ,new_user_registration_path) %> </li>
<li> <%= link_to( "Login", new_user_session_path ) %> </li>
<% end %>
</ul>
\ No newline at end of file