summaryrefslogtreecommitdiff
path: root/app/views/users/edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users/edit.html.erb')
-rw-r--r--app/views/users/edit.html.erb7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/views/users/edit.html.erb b/app/views/users/edit.html.erb
index 5e63c00..133a69d 100644
--- a/app/views/users/edit.html.erb
+++ b/app/views/users/edit.html.erb
@@ -75,10 +75,11 @@
</tbody>
</table>
-<p><%= f.submit "Save profile", class: "btn blue 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 blue right" %>
- <%= link_to "Notification settings", edit_notifications_user_path(@user), class: "btn blue 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>