X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dbd88d893f3c3fce9cafd666b94396988646d81f..3167e6b4bbbf01c2b69d9e67117a734ff0544b6a:/app/views/browse/changeset.html.erb
diff --git a/app/views/browse/changeset.html.erb b/app/views/browse/changeset.html.erb
index b1401d5ac..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 @user and @user.id != @changeset.user.id %>
- <%= link_to new_issue_url(reportable_id: @changeset.id, reportable_type: @changeset.class.name, reported_user_id: @changeset.user.id,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,24 +35,24 @@
<% if comment.visible %>
- <% elsif @user and @user.moderator? %>
+ <% elsif current_user and current_user.moderator? %>
@@ -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? %>
-