]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/edit.html.erb
Use offline flash partial on edit page
[rails.git] / app / views / site / edit.html.erb
index e84adf2d48bae0d20188c14b20c772f0521167ef..6d463df7848dbd52138ebad1c12640d2671d61af 100644 (file)
@@ -1,13 +1,5 @@
 <% content_for :content do %>
-  <% if STATUS == :database_offline or STATUS == :api_offline %>
-    <p><%= t 'layouts.osm_offline' %></p>
-  <% elsif STATUS == :database_readonly or STATUS == :api_readonly %>
-    <p><%= t 'layouts.osm_read_only' %></p>
-  <% elsif !current_user.data_public? %>
-    <p><%= t '.not_public' %></p>
-    <p><%= 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'}) %></p>
-    <p><%= raw t 'site.edit.anon_edits', :link => link_to(t('.anon_edits_link_text'), t('.anon_edits_link')) %></p>
-  <% else %>
+  <% if @enable_editor %>
     <%= render :partial => preferred_editor %>
   <% end %>
 <% end %>