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> <span class="caret"></span>
<ul class="dropdown-menu pull-right"> <ul class="dropdown-menu pull-right">
<li> <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>
<li> <li>
<%= link_to "logout", logout_path %> <%= link_to "Logout", logout_path %>
</li> </li>
</ul> </ul>
</div> </div>
@@ -45,12 +45,12 @@
<header> <header>
<ul class="mini-nav"> <ul class="mini-nav">
<li> <li>
<%= button_to "signup", signup_path, {:class => "btn btn-primary", :method => "get"} %> <%= button_to "Signup", signup_path, {:class => "btn btn-primary", :method => "get"} %>
</li> </li>
</ul> </ul>
<ul class="mini-nav"> <ul class="mini-nav">
<li> <li>
<%= button_to "login", login_path, {:class => "btn", :method => "get"} %> <%= button_to "Login", login_path, {:class => "btn", :method => "get"} %>
</li> </li>
</ul> </ul>
<ul class="mini-nav"> <ul class="mini-nav">
+1 -1
View File
@@ -14,7 +14,7 @@
<tr> <tr>
<th style="width:16%">Full Name</th> <th style="width:16%">Full Name</th>
<th style="width:16%">Income</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%">Years w/ MetaCorp</th>
<th style="width:16%">SSN</th> <th style="width:16%">SSN</th>
<th style="width:16%">DoB</th> <th style="width:16%">DoB</th>