- feed.updated @edits.map {|e| [e.created_at, e.closed_at].max }.max
- feed.icon "http://#{SERVER_URL}/favicon.ico"
- feed.logo "http://#{SERVER_URL}/images/mag_map-rss2.0.png"
-
- feed.rights :type => 'xhtml' do |xhtml|
- xhtml.a :href => "http://creativecommons.org/licenses/by-sa/2.0/" do |a|
- a.img :src => "http://#{SERVER_URL}/images/cc_button.png", :alt => "CC by-sa 2.0"
+ 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"