From af4082499873f54047050655ee63a2fdc3b53b99 Mon Sep 17 00:00:00 2001
From: Charlotte Fields <charlottelilyfields48@gmail.com>
Date: Fri, 2 Feb 2018 20:45:43 +1100
Subject: [PATCH] moved save button (#3792)

* moved save button

* added save back to the bottom

* Update show.html.haml
---
 app/views/settings/preferences/show.html.haml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app/views/settings/preferences/show.html.haml b/app/views/settings/preferences/show.html.haml
index 69e26a7be2..441e27a681 100644
--- a/app/views/settings/preferences/show.html.haml
+++ b/app/views/settings/preferences/show.html.haml
@@ -4,6 +4,9 @@
 = simple_form_for current_user, url: settings_preferences_path, html: { method: :put } do |f|
   = render 'shared/error_messages', object: current_user
 
+  .actions
+    = f.button :button, t('generic.save_changes'), type: :submit
+
   %h4= t 'preferences.languages'
 
   .fields-group
-- 
GitLab