X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1bc1905248f71c60cef88ac3dc0ecf2e6e71fc08..75749cc54024ef7b4a06a5415f685331facbb467:/app/views/browse/changeset.html.erb diff --git a/app/views/browse/changeset.html.erb b/app/views/browse/changeset.html.erb index 079915fcf..496589a08 100644 --- a/app/views/browse/changeset.html.erb +++ b/app/views/browse/changeset.html.erb @@ -6,7 +6,7 @@
<%= linkify(@changeset.tags["comment"].to_s.presence || t("browse.no_comment")) %>
-<%= changeset_details(@changeset) %>
<%= render :partial => "tag_details", :object => @changeset.tags.except("comment") %> @@ -63,14 +63,14 @@ <% end %> <% unless current_user %> -<%= link_to(t(".join_discussion"), login_path(:referer => request.fullpath)) %> -
+ <%= t(".still_open") %> +
<% end %> <% end %>