X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e3ed9988ce5f57ed303326072f7f583b641e8774..0c79686f3cef86330d0ab6bbef2a9e2275ac93ac:/app/views/users/account.html.erb?ds=inline
diff --git a/app/views/users/account.html.erb b/app/views/users/account.html.erb
index 233f2629f..b0839ad56 100644
--- a/app/views/users/account.html.erb
+++ b/app/views/users/account.html.erb
@@ -3,125 +3,125 @@
<% end %>
<% content_for :heading do %>
-
<%= t '.my settings' %>
+ <%= t ".my settings" %>
- - <%= link_to t('.return to profile'), user_path(current_user) %>
- - <%= link_to t('users.show.oauth settings'), :controller => 'oauth_clients', :action => 'index' %>
+ - <%= link_to t(".return to profile"), user_path(current_user) %>
+ - <%= link_to t("users.show.oauth settings"), :controller => "oauth_clients", :action => "index" %>
<% end %>
<%= error_messages_for current_user %>
-<%= form_for current_user, :url => { :action => :account }, :method => :post, :html => { :multipart => true, :id => 'accountForm', :class => 'standard-form', :autocomplete => :off } do |f| %>
+<%= form_for current_user, :url => { :action => :account }, :method => :post, :html => { :multipart => true, :id => "accountForm", :class => "standard-form", :autocomplete => :off } do |f| %>