X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/edaddbedaec78a252e988e2271962407e64483fd..8c8d1475d593f94d9de08c08544e927b27a3f18a:/app/views/layouts/site.html.erb diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 37d2b1962..59b7c304b 100644 --- a/app/views/layouts/site.html.erb +++ b/app/views/layouts/site.html.erb @@ -1,5 +1,5 @@ - + <%= javascript_include_tag 'prototype' %> <%= javascript_include_tag 'site' %> @@ -81,7 +81,7 @@ <%= t 'layouts.intro_1' %>

- <%= t 'layouts.intro_2' %>. + <%= t 'layouts.intro_2' %>

<%= t 'layouts.intro_3', @@ -93,11 +93,12 @@ <% if OSM_STATUS == :database_offline or OSM_STATUS == :api_offline %>

- <%= t 'layouts.offline' %> + <%= t 'layouts.osm_offline' %>
<% elsif OSM_STATUS == :database_readonly or OSM_STATUS == :api_readonly %>
- <%= t 'layouts.read_only' %> + <%= t 'layouts.osm_read_only' %> +
<% end %> <% if false %> @@ -113,10 +114,6 @@ <%= yield :left_menu %> -
- <%= link_to image_tag("sotm.png", :alt => t('layouts.sotm'), :title => t('layouts.sotm'), :border => "0"), "http://www.stateofthemap.org/register" %> -
- <%= yield :optionals %>