<% Editors::ALL_EDITORS.each do |editor| %>
<li><%= link_to t('layouts.edit_with', :editor => t("editor.#{editor}.description")), {:controller => 'site', :action => 'edit', :editor => editor}, {:id => editor + 'anchor', :class => "geolink llz object"} %></li>
<% end %>
- <% unless STATUS == :api_offline or STATUS == :database_offline %>
- <li><%= link_to_function(t('browse.start_rjs.data_layer_name'), 'showData()') %></li>
- <% end %>
+ <%= yield :editmenu %>
</ul>
</div>
<% end %>
<% end %>
+<% unless STATUS == :api_offline or STATUS == :database_offline -%>
+ <% content_for :editmenu do -%>
+ <li><%= link_to_function(t('browse.start_rjs.data_layer_name'), 'showData()') %></li>
+ <% end -%>
+<% end -%>
+
<%= render :partial => 'sidebar', :locals => { :onopen => "resizeMap();", :onclose => "resizeMap();" } %>
<%= render :partial => 'key' %>
<%= render :partial => 'search' %>