From: Anton Khorev Date: Tue, 15 Apr 2025 13:34:48 +0000 (+0300) Subject: Replace CC by-sa license link with ODbL in history feeds X-Git-Tag: live~32^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/3638daa8def4fde2d5908cc58888c4f1ba076a7c?ds=sidebyside;hp=--cc Replace CC by-sa license link with ODbL in history feeds --- 3638daa8def4fde2d5908cc58888c4f1ba076a7c diff --git a/app/assets/images/cc_button.png b/app/assets/images/cc_button.png deleted file mode 100644 index 5749f65b8..000000000 Binary files a/app/assets/images/cc_button.png and /dev/null differ diff --git a/app/views/changesets/index.atom.builder b/app/views/changesets/index.atom.builder index 6556f12bf..cd437c637 100644 --- a/app/views/changesets/index.atom.builder +++ b/app/views/changesets/index.atom.builder @@ -10,9 +10,7 @@ atom_feed(:language => I18n.locale, :schema_date => 2009, feed.logo image_url("mag_map-rss2.0.png") feed.rights :type => "xhtml" do |xhtml| - xhtml.a :href => "https://creativecommons.org/licenses/by-sa/2.0/" do |a| - a.img :src => image_url("cc_button.png"), :alt => "CC by-sa 2.0" - end + xhtml.a "Open Data Commons Open Database License", :href => "https://opendatacommons.org/licenses/odbl/" end @changesets.each do |changeset|