Move all settings to settings.yml
We leave the STATUS setting alone, since it's required before rails boots. The test-specific settings now live in config/settings/test.yml
This commit is contained in:
parent
7b08270526
commit
d102c9aaf4
62 changed files with 316 additions and 349 deletions
|
@ -25,8 +25,8 @@
|
|||
<%= tag("meta", { :name => "msapplication-TileImage", :content => image_path("mstile-144x144.png") }) %>
|
||||
<%= tag("meta", { :name => "theme-color", :content => "#ffffff" }) %>
|
||||
<%= canonical_tag %>
|
||||
<% if defined?(PUBLISHER_URL) -%>
|
||||
<%= tag("link", { :rel => "publisher", :href => PUBLISHER_URL }) %>
|
||||
<% if Settings.key?(:publisher_url) -%>
|
||||
<%= tag("link", { :rel => "publisher", :href => Settings.publisher_url }) %>
|
||||
<% end -%>
|
||||
<%= tag("link", { :rel => "search", :type => "application/opensearchdescription+xml", :title => "OpenStreetMap Search", :href => asset_path("osm.xml") }) %>
|
||||
<%= tag("meta", { :name => "description", :content => "OpenStreetMap is the free wiki world map." }) %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue