diff options
Diffstat (limited to 'app/views/my/account.html.erb')
-rw-r--r-- | app/views/my/account.html.erb | 3 |
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 %> |