X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3b75e9241507c0672dabaec44ecb83148df979b6..d14cf519fd876274900758a903e7e390d38922d5:/app/views/user/view.html.erb diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index 119fe10a4..3a09165b9 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -1,43 +1,43 @@ <% content_for :heading do %>
- <%= t 'user.view.mapper since' %> <%= l @this_user.creation_time.to_date, :format => :long %> - <% unless @this_user.terms_agreed %> + <%= t '.mapper since' %> <%= l @user.creation_time.to_date, :format => :long %> + <% unless @user.terms_agreed %> | - <%= t 'user.view.ct status' %> - <% if @this_user.terms_seen? -%> - <%= t 'user.view.ct declined' %> + <%= t '.ct status' %> + <% if @user.terms_seen? -%> + <%= t '.ct declined' %> <% else -%> - <%= t 'user.view.ct undecided' %> + <%= t '.ct undecided' %> <% end -%> <% end -%>
<%= 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)) %>