From 1251f9e9f5aaf080733d525e2ebab8fa77d52064 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 8 Nov 2015 12:50:26 +0000 Subject: Adds a Save button at the end of the account form for mobile devices (#19097). git-svn-id: http://svn.redmine.org/redmine/trunk@14852 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/my/account.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/views/my') diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index 2d7aa9a51..ca8a1441e 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -34,7 +34,7 @@ <%= call_hook(:view_my_account, :user => @user, :form => f) %> -<%= submit_tag l(:button_save) %> +

<%= submit_tag l(:button_save) %>

@@ -49,6 +49,7 @@ <%= call_hook(:view_my_account_preferences, :user => @user, :form => f) %> +

<%= submit_tag l(:button_save) %>

<% end %> -- cgit v1.2.3