X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/18b8fc60bb08b2df03fa74537ea51cdd7fcfd39a..6db326aa1f084a062a3b658876bc01bf650f5702:/app/views/browse/changeset.html.erb
diff --git a/app/views/browse/changeset.html.erb b/app/views/browse/changeset.html.erb
index 9629e608b..d52a47426 100644
--- a/app/views/browse/changeset.html.erb
+++ b/app/views/browse/changeset.html.erb
@@ -1,27 +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) %>
+ <%= 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 %>
@@ -33,24 +35,24 @@
<% if comment.visible %>
- <% elsif @user and @user.moderator? %>
+ <% elsif current_user and current_user.moderator? %>
@@ -61,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? %>
-