minor nit pick, capitalizing certain buttons
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user