X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7bcea3839da07f01258157ad204cd5b1fd4c76d8..783b5e3729228908d7404ae7404af1023501a906:/app/views/site/id.html.erb diff --git a/app/views/site/id.html.erb b/app/views/site/id.html.erb index c0682258d..e2ce6bb0d 100644 --- a/app/views/site/id.html.erb +++ b/app/views/site/id.html.erb @@ -2,78 +2,23 @@ - <%= 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[:locale_path] = asset_path("iD/locales/#{data[:locale]}.json") -%> +<% data[:asset_map] = assets("iD").to_json -%> +<%= content_tag :div, "", :id => "id-container", :data => data %>