X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6d0100b91dda3e36d3eeeab0e3a4894e1dae9fd2..02d94679394a627574f2a21dd2733455a78b7c43:/app/views/site/edit.html.erb diff --git a/app/views/site/edit.html.erb b/app/views/site/edit.html.erb index cfc28f024..6d463df78 100644 --- a/app/views/site/edit.html.erb +++ b/app/views/site/edit.html.erb @@ -1,13 +1,5 @@ <% content_for :content do %> - <% if Settings.status == "database_offline" or Settings.status == "api_offline" %> -

<%= t "layouts.osm_offline" %>

- <% elsif Settings.status == "database_readonly" or Settings.status == "api_readonly" %> -

<%= t "layouts.osm_read_only" %>

- <% elsif !current_user.data_public? %> -

<%= t ".not_public" %>

-

<%= raw t ".not_public_description", :user_page => (link_to t(".user_page_link"), :controller => "user", :action => "account", :display_name => current_user.display_name, :anchor => "public") %>

-

<%= raw t "site.edit.anon_edits", :link => link_to(t(".anon_edits_link_text"), t(".anon_edits_link")) %>

- <% else %> + <% if @enable_editor %> <%= render :partial => preferred_editor %> <% end %> <% end %>