X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bd4de52c98bcf2830d1b6dcba637cc04d67e11cf..a566589c1becb18ad2d12623d0ff240ea279d8e6:/app/views/site/id.html.erb diff --git a/app/views/site/id.html.erb b/app/views/site/id.html.erb index 27a3e835b..63792ab5a 100644 --- a/app/views/site/id.html.erb +++ b/app/views/site/id.html.erb @@ -2,71 +2,19 @@ - <%= stylesheet_link_tag 'id' %> + <%= stylesheet_link_tag "id" %> - <%= javascript_include_tag 'id' %> + <%= javascript_include_tag "id" %> -
- +<% data = {} + if Settings.key?(:id_oauth_application) + token = current_user.oauth_token(Settings.id_oauth_application) + data[:token] = token.token + end + data[:locale] = ID::LOCALES.preferred(preferred_languages).to_s + data[:asset_map] = assets("iD").to_json %> +<%= tag.div "", :id => "id-container", :data => data %>