X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/aa1fb6dbb8c2e71b8ce8c231ae1272a2dfebd75a..e731dd71a77ad4ad1e9db22535e89444bb98e5d9:/app/views/browse/changeset.html.erb
diff --git a/app/views/browse/changeset.html.erb b/app/views/browse/changeset.html.erb
index 86d190680..9ad35b2a7 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,12 +35,12 @@
<% if comment.visible %>
@@ -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? %>
-