minor nit pick, capitalizing certain buttons

This commit is contained in:
Michael McCabe
2015-11-20 21:24:57 -05:00
parent 12e96acd67
commit 1f4b7d53aa
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -12,10 +12,10 @@
<span class="caret"></span>
<ul class="dropdown-menu pull-right">
<li>
<%= link_to "account settings", user_account_settings_path(:user_id => current_user.user_id) %>
<%= link_to "Account settings", user_account_settings_path(:user_id => current_user.user_id) %>
</li>
<li>
<%= link_to "logout", logout_path %>
<%= link_to "Logout", logout_path %>
</li>
</ul>
</div>
@@ -45,12 +45,12 @@
<header>
<ul class="mini-nav">
<li>
<%= button_to "signup", signup_path, {:class => "btn btn-primary", :method => "get"} %>
<%= button_to "Signup", signup_path, {:class => "btn btn-primary", :method => "get"} %>
</li>
</ul>
<ul class="mini-nav">
<li>
<%= button_to "login", login_path, {:class => "btn", :method => "get"} %>
<%= button_to "Login", login_path, {:class => "btn", :method => "get"} %>
</li>
</ul>
<ul class="mini-nav">
+1 -1
View File
@@ -14,7 +14,7 @@
<tr>
<th style="width:16%">Full Name</th>
<th style="width:16%">Income</th>
<th style="width:16%">Bonuses</th>
<th style="width:16%">Bonuse/th>
<th style="width:16%">Years w/ MetaCorp</th>
<th style="width:16%">SSN</th>
<th style="width:16%">DoB</th>