X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/720c8d0e357b2867b9c0fec27006caec3fed0b23..601d28d4b4ccd33ee6893fa2a73e41d57ca02b23:/app/views/site/id.html.erb diff --git a/app/views/site/id.html.erb b/app/views/site/id.html.erb index 96262f1e2..0178c8f22 100644 --- a/app/views/site/id.html.erb +++ b/app/views/site/id.html.erb @@ -2,77 +2,22 @@
- <%= stylesheet_link_tag 'iD' %> + <%= stylesheet_link_tag "id" %> - <%= javascript_include_tag 'iD' %> + <%= javascript_include_tag "id" %> - - +<% data = {} -%> +<% if Settings.key?(:id_key) %> +<% token = current_user.access_token(Settings.id_key) %> +<% data[:token] = token.token -%> +<% data[:token_secret] = token.secret -%> +<% data[:consumer_key] = token.client_application.key -%> +<% data[:consumer_secret] = token.client_application.secret -%> +<% end %> +<% data[:locale] = ID::LOCALES.preferred(preferred_languages).to_s -%> +<% data[:asset_map] = assets("iD").to_json -%> +<%= tag.div "", :id => "id-container", :data => data %>