X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/926576881ff4e18573e34827fa9e598b8cc29174..2b84452222db25cfcfdc2a788ebea79d2ea517f7:/app/views/browse/changeset.html.erb diff --git a/app/views/browse/changeset.html.erb b/app/views/browse/changeset.html.erb index d04d5e6bd..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) %>
+

<%= 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"), :controller => "users", :action => "login", :referer => request.fullpath) %> -
+

+ <%= link_to(t(".join_discussion"), login_path(:referer => request.fullpath)) %> +

<% end %> <% if current_user %> <% unless @changeset.is_open? %> -
+
@@ -79,9 +79,9 @@
<% else %> -
- <%= t(".still_open") %> -
+

+ <%= t(".still_open") %> +

<% end %> <% end %>