summaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-08 12:50:26 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2015-11-08 12:50:26 +0000
commit1251f9e9f5aaf080733d525e2ebab8fa77d52064 (patch)
tree2f96c604d8c1bf43560769ac4ab99c0155b12e68 /app/views
parentecb1f660ac4d8bb46e2d1b34f89a4638297cd1e4 (diff)
downloadredmine-1251f9e9f5aaf080733d525e2ebab8fa77d52064.tar.gz
redmine-1251f9e9f5aaf080733d525e2ebab8fa77d52064.zip
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
Diffstat (limited to 'app/views')
-rw-r--r--app/views/my/account.html.erb3
1 files changed, 2 insertions, 1 deletions
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) %>
</fieldset>
-<%= submit_tag l(:button_save) %>
+<p class="mobile-hide"><%= submit_tag l(:button_save) %></p>
</div>
<div class="splitcontentright">
@@ -49,6 +49,7 @@
<%= call_hook(:view_my_account_preferences, :user => @user, :form => f) %>
</fieldset>
+<p class="mobile-show"><%= submit_tag l(:button_save) %></p>
</div>
<% end %>