Made many buttons and titles more consistent.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
%>
|
||||
|
||||
<%= link_to @user.name, @user %> → Edit
|
||||
<h1>Edit profile</h1>
|
||||
<h1>Edit Profile</h1>
|
||||
|
||||
<%= form_for @user do |f| %>
|
||||
<table>
|
||||
@@ -69,11 +69,11 @@
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<p><%= f.submit "Save profile", class: "btn variable-size left", disabled: (!@user.confirmed? && @user.is?(current_user)) %></p>
|
||||
<p><%= f.submit "Save Profile", class: "btn variable-size left", disabled: (!@user.confirmed? && @user.is?(current_user)) %></p>
|
||||
<p>
|
||||
<%= link_to "Edit login details", edit_login_user_path(@user), class: "btn variable-size right" %>
|
||||
<%= link_to "Notification settings", edit_notifications_user_path(@user), class: "btn variable-size right" %>
|
||||
<%= link_to "Website settings", edit_website_settings_user_path(@user), class: "btn variable-size right" %>
|
||||
<%= link_to "Edit Login Details", edit_login_user_path(@user), class: "btn variable-size right" %>
|
||||
<%= link_to "Notification Settings", edit_notifications_user_path(@user), class: "btn variable-size right" %>
|
||||
<%= link_to "Website Settings", edit_website_settings_user_path(@user), class: "btn variable-size right" %>
|
||||
</p>
|
||||
<div class="clear"></div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user