X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3ec67ea2d395f9ae78f806f8e583e10d691861de..3af16f6337b52546297e7e09a1aba9b0e1df7e15:/app/views/users/show.html.erb diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 7aa3abd27..baf788f84 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,7 +179,7 @@ <% 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)) %>