X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2e2ebbf959b14dee40ee1522a2fbbed23156488c..78f608b114c05f1147936a57b930831e28000c1a:/app/views/site/index.html.erb diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb index 43485b27f..06516a16f 100644 --- a/app/views/site/index.html.erb +++ b/app/views/site/index.html.erb @@ -4,7 +4,7 @@ <% unless STATUS == :api_offline or STATUS == :database_offline -%> <% content_for :editmenu do -%> -
  • <%= link_to t("browse.start_rjs.data_layer_name"), { :controller => :browse, :action => :start }, :id => "show_data" %>
  • +
  • <%= link_to t("browse.start_rjs.notes_layer_name"), notes_url(:format => :json), :id => "show_notes" %>
  • <% end -%> <% end -%> @@ -27,6 +27,12 @@