X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2e2f2124728ca755b2db8f83f022eaea24b647f0..b5a6493aff866c8d53f1683f5778941fcad1f3c5:/app/views/layouts/site.html.erb diff --git a/app/views/layouts/site.html.erb b/app/views/layouts/site.html.erb index 779ff6cb3..138b69b1c 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 %>