X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e670da54cbc4a7b00525b8decb506a23deddd918..9dd230d0bc7de0cdf705f3cd4b3be07ae23c154b:/app/views/browse/history.html.erb diff --git a/app/views/browse/history.html.erb b/app/views/browse/history.html.erb new file mode 100644 index 000000000..fa483bfb0 --- /dev/null +++ b/app/views/browse/history.html.erb @@ -0,0 +1,14 @@ +<% set_title(t("browse.#{@type}.history_title", :name => printable_name(@feature))) %> + +

+ + <%= t("browse.#{@type}.history_title", :name => printable_name(@feature)) %> +

+ +<%= render :partial => @type, :collection => @feature.send("old_#{@type}s").reverse %> + +
+ <%= link_to(t('browse.download_xml'), :controller => "old_#{@type}", :action => "history") %> + · + <%= link_to(t('browse.view_details'), :action => @type) %> +