X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e2c0e51e4545a7e373aad3650048e0a50497e108..1262b376ef56da9f5b8ec6cfd708620069f0ff87:/app/views/browse/_common_details.rhtml diff --git a/app/views/browse/_common_details.rhtml b/app/views/browse/_common_details.rhtml index 71a9dd314..09cf4cf2d 100644 --- a/app/views/browse/_common_details.rhtml +++ b/app/views/browse/_common_details.rhtml @@ -20,13 +20,4 @@ <%= 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 %>