X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/19a014bde6c8eb0c1b394fae8cf302487e7717b0..d60042335136bdbe34ecd86dfbe4bb5e9050045e:/app/views/browse/feature.html.erb diff --git a/app/views/browse/feature.html.erb b/app/views/browse/feature.html.erb index c5c26330e..86b9020a2 100644 --- a/app/views/browse/feature.html.erb +++ b/app/views/browse/feature.html.erb @@ -5,7 +5,9 @@ <%= render :partial => @type, :object => @feature %>
- <%= link_to(t("browse.download_xml"), :controller => "api/#{@type.pluralize}", :action => :show) %> - · + <% if @feature.visible? %> + <%= link_to(t("browse.download_xml"), :controller => "api/#{@type.pluralize}", :action => :show) %> + · + <% end %> <%= link_to(t("browse.view_history"), :action => "#{@type}_history") %>