X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/cb87f02642d0097ebc067ca1f9371dde274a41e3..9431b471a74fe0ef872fb51155da870158c11382:/app/views/redactions/show.html.erb?ds=inline diff --git a/app/views/redactions/show.html.erb b/app/views/redactions/show.html.erb index b9786992c..a87cca604 100644 --- a/app/views/redactions/show.html.erb +++ b/app/views/redactions/show.html.erb @@ -1,20 +1,20 @@ -<% @title = t('redaction.show.title') %> +<% @title = t(".title") %> <% content_for :heading do %> -
- <%= t 'redaction.show.user' %> - <%= link_to(@redaction.user.display_name, {:controller => 'user', :action => 'view', :display_name => @redaction.user.display_name}) %> + <%= t ".user" %> + <%= link_to(@redaction.user.display_name, user_path(@redaction.user)) %>
-- <%= t 'redaction.show.description' %> +