Made many buttons and titles more consistent.

This commit is contained in:
Logan Fick
2018-03-12 19:26:55 -04:00
parent 5eadded99c
commit 16a2b0fa18
22 changed files with 57 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
<% title "Log in" %>
<% title "Log In" %>
<h1>Log in</h1>
<h1>Log In</h1>
<p>Not a member? <%= link_to "Join us", signup_path %>!</p>
<%= form_tag login_path do |f| %>
<table>
@@ -18,4 +18,4 @@
</tr>
</table>
<p><%= submit_tag "Log in", class: "btn blue" %></p>
<% end %>
<% end %>