X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/bfc021edf3566982671bd2bd09db3c8667fc756a..671355e9bc032d77e9c6a83c5f1ea95e8837e17c:/app/views/old_relations/show.html.erb diff --git a/app/views/old_relations/show.html.erb b/app/views/old_relations/show.html.erb index dd52b3833..94e3674d8 100644 --- a/app/views/old_relations/show.html.erb +++ b/app/views/old_relations/show.html.erb @@ -1,23 +1,7 @@ -<% set_title t("browse.relation.title_html", :name => printable_name(@feature)) %> +<% set_title t("browse.relation.title_html", :name => printable_element_name(@feature)) %> -<%= render "sidebar_header", :title => t("browse.relation.title_html", :name => printable_name(@feature)) %> +<%= render "sidebar_header", :title => t("browse.relation.title_html", :name => printable_element_name(@feature)) %> <%= render :partial => "browse/relation", :object => @feature %> -<% unless @feature.redacted? %> -
- <%= link_to t("browse.download_xml"), relation_version_path(*@feature.id) %> -
-<% end %> - -
- <% if @feature.version > 1 %> - <%= link_to "<< #{t('browse.version')} ##{@feature.version - 1}", old_relation_path(@feature.relation_id, @feature.version - 1) %> - · - <% end %> - <%= link_to t("browse.view_history"), relation_history_path(@feature.relation_id) %> - <% if @feature.version < @feature.current_relation.version %> - · - <%= link_to "#{t('browse.version')} ##{@feature.version + 1} >>", old_relation_path(@feature.relation_id, @feature.version + 1) %> - <% end %> -
+<%= render :partial => "browse/version_actions" %>