X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2160f820ac9fe3f78deb97a3a4285e9bf8daa095..de6aa3f01512986cf9690def3e9004f755da750a:/app/views/user/view.html.erb diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index fedbad80e..0b48d28d2 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -7,37 +7,37 @@
- <%= t 'user.view.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 'user.view.ct status' %> + <%= t '.ct status' %> <% if @user.terms_seen? -%> - <%= t 'user.view.ct declined' %> + <%= t '.ct declined' %> <% else -%> - <%= t 'user.view.ct undecided' %> + <%= t '.ct undecided' %> <% end -%> <% end -%> @@ -160,12 +165,12 @@ <% if current_user and current_user.administrator? -%>
<% end -%> @@ -174,7 +179,7 @@ <% if current_user and @user.id == current_user.id %> <% if @user.home_lat.nil? or @user.home_lon.nil? %><%= raw(t 'user.view.if set location', :settings_link => (link_to t('user.view.settings_link_text'), :controller => 'user', :action => 'account', :display_name => current_user.display_name)) %>
+<%= raw(t '.if set location', :settings_link => (link_to t('.settings_link_text'), :controller => 'user', :action => 'account', :display_name => current_user.display_name)) %>