X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3e4255eb2cc9f8b260ecab6d80c783723cf89d88..a7092491b069de43bb8d8c30d3526e7095c5cc98:/app/views/browse/changeset.html.erb
diff --git a/app/views/browse/changeset.html.erb b/app/views/browse/changeset.html.erb
index 1fb1e74a4..9ad35b2a7 100644
--- a/app/views/browse/changeset.html.erb
+++ b/app/views/browse/changeset.html.erb
@@ -1,32 +1,29 @@
-<% set_title(t('browse.changeset.title', :id => @changeset.id)) %>
+<% set_title(t(".title", :id => @changeset.id)) %>
- <%= t('browse.changeset.title', :id => @changeset.id) %>
- <% if current_user and current_user.id != @changeset.user.id %>
- <%= link_to new_issue_url(reportable_id: @changeset.id, reportable_type: @changeset.class.name, referer: request.fullpath), :title => t('browse.changeset.report') do %>
- ⚐
- <% end %>
- <% end %>
+ <%= t(".title", :id => @changeset.id) %>
-
<%= linkify(h(@changeset.tags['comment'].to_s.presence || t('browse.no_comment'))) %>
+
<%= linkify(h(@changeset.tags["comment"].to_s.presence || t("browse.no_comment"))) %>
<%= changeset_details(@changeset) %>
- <%= render :partial => "tag_details", :object => @changeset.tags.except('comment') %>
+ <%= render :partial => "tag_details", :object => @changeset.tags.except("comment") %>
-
+
-
-
-
+ <% if current_user %>
+
+
+
+ <% end %>
@@ -38,12 +35,12 @@
<% if comment.visible %>
@@ -66,51 +63,59 @@
<% end %>
-
- <%= link_to(t("browse.changeset.join_discussion"), :controller => 'user', :action => 'login', :referer => request.fullpath) %>
-
+ <% unless current_user %>
+
+ <%= link_to(t(".join_discussion"), :controller => "users", :action => "login", :referer => request.fullpath) %>
+
+ <% end %>
- <% unless @changeset.is_open? %>
-