X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6ca22de4f2c68e4b14a6e2f0938a8657c33adc31..6b6345ecdba2589df96489b259651adb4c764362:/app/views/users/show.html.erb diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index c7a41b687..aee000a97 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -7,37 +7,37 @@
- <%= t '.mapper since' %> <%= l @user.creation_time.to_date, :format => :long %> + <%= t ".mapper since" %> <%= l @user.creation_time.to_date, :format => :long %> <% unless @user.terms_agreed %> | - <%= t '.ct status' %> + <%= t ".ct status" %> <% if @user.terms_seen? -%> - <%= t '.ct declined' %> + <%= t ".ct declined" %> <% else -%> - <%= t '.ct undecided' %> + <%= t ".ct undecided" %> <% end -%> <% end -%> @@ -165,12 +165,12 @@ <% if current_user and current_user.administrator? -%>
<% end -%> @@ -179,54 +179,52 @@ <% if current_user and @user.id == current_user.id %> <% if @user.home_lat.nil? or @user.home_lon.nil? %><%= raw(t '.if set location', :settings_link => (link_to t('.settings_link_text'), :controller => 'users', :action => 'account', :display_name => current_user.display_name)) %>
+<%= raw(t(".if set location", :settings_link => (link_to t(".settings_link_text"), :controller => "users", :action => "account", :display_name => current_user.display_name))) %>