X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9778714046ce226e076e2075a826a81f5ea983af..d6afe1e4d14ad4e642ea3454545740a3294afab7:/app/views/site/edit.html.erb diff --git a/app/views/site/edit.html.erb b/app/views/site/edit.html.erb index b31b09973..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" %>

-

<%= t ".not_public_description_html", :user_page => (link_to t(".user_page_link"), user_account_path(current_user, :anchor => "public")) %>

-

<%= t ".anon_edits_html", :link => link_to(t(".anon_edits_link_text"), t(".anon_edits_link")) %>

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