X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/425818913b6234e8c17964d0c1f48e5bc177df57..61c32388a9d9543ce0b3144fdfac22c73c9efe7f:/app/views/browse/changeset.html.erb?ds=sidebyside diff --git a/app/views/browse/changeset.html.erb b/app/views/browse/changeset.html.erb index 496589a08..583ac107f 100644 --- a/app/views/browse/changeset.html.erb +++ b/app/views/browse/changeset.html.erb @@ -3,28 +3,28 @@ <%= render "sidebar_header", :title => t(".title", :id => @changeset.id) %>
+
<%= linkify(@changeset.tags["comment"].to_s.presence || t("browse.no_comment")) %>
<%= changeset_details(@changeset) %>
<%= render :partial => "tag_details", :object => @changeset.tags.except("comment") %> -
+
<%= link_to(t(".join_discussion"), login_path(:referer => request.fullpath)) %>
<% end %> <% if current_user %> - <% unless @changeset.is_open? %> + <% unless @changeset.open? %>