X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e7147d0d7adae704ead9f4985bcda918e622d833..a3a792e13772282c006556081c65e12e37ad273b:/app/views/browse/_common_details.rhtml diff --git a/app/views/browse/_common_details.rhtml b/app/views/browse/_common_details.rhtml index 1f9f9ffe6..09cf4cf2d 100644 --- a/app/views/browse/_common_details.rhtml +++ b/app/views/browse/_common_details.rhtml @@ -17,16 +17,7 @@ In changeset: - <%= link_to common_details.changeset_id, :action => :changeset %> + <%= link_to common_details.changeset_id, :action => :changeset, :id => common_details.changeset_id %> -<% unless common_details.tags_as_hash.empty? %> - - Tags: - - - <%= render :partial => "tag", :collection => common_details.tags_as_hash %> -
- - -<% end %> +<%= render :partial => "tag_details", :object => common_details %>