X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dd302f4f2c56d1e9f1a2e39a54670f6f5a9bbd34..eec9e29c963bc20e4e968d5aefd7cc22ca1cbeba:/app/views/users/show.html.erb diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index f62550928..011226109 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 +169,12 @@ <% if current_user and current_user.administrator? -%>
<% end -%> @@ -179,54 +183,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)) %>
+<%= t(".if_set_location_html", :settings_link => (link_to t(".settings_link_text"), :controller => "users", :action => "account", :display_name => current_user.display_name)) %>