X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a8c7d1c4ce7b0b11eda847947a50dadcbee75cae..2e2f2124728ca755b2db8f83f022eaea24b647f0:/app/views/browse/_tag_details.html.erb diff --git a/app/views/browse/_tag_details.html.erb b/app/views/browse/_tag_details.html.erb new file mode 100644 index 000000000..b5f2d97e7 --- /dev/null +++ b/app/views/browse/_tag_details.html.erb @@ -0,0 +1,10 @@ +<% unless tag_details.tags.empty? %> + + <%= t'browse.tag_details.tags' %> + + + <%= render :partial => "tag", :collection => tag_details.tags.sort %> +
+ + +<% end %>