[openstreetmap/openstreetmap-website] Replace CC by-sa license link with ODbL in history feeds (PR #5933)
Minh Nguyễn
notifications at github.com
Wed Apr 16 09:05:13 UTC 2025
@1ec5 commented on this pull request.
> @@ -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/"
That’s true, it’s probably not as useful as synchronizing with the overall site setting. I only inspected the source code to see that it had pulled it from the YAML file instead of leaving a raw string key. 🤷♂️ Anyways, this isn’t a huge deal, just curious if there could’ve been a way to keep this bug from lurking for so long.
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/5933#discussion_r2046460047
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/5933/review/2771752416 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20250416/8b1ae296/attachment-0001.htm>
More information about the rails-dev
mailing list