X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b954416a70fb167b9cae0a3937de16bd9a93d239..a13b40ace9c98dd2271ef05811b448e28af1751a:/app/views/site/id.html.erb diff --git a/app/views/site/id.html.erb b/app/views/site/id.html.erb index a38a81534..39f75c8ca 100644 --- a/app/views/site/id.html.erb +++ b/app/views/site/id.html.erb @@ -2,15 +2,15 @@
- <%= stylesheet_link_tag 'id' %> + <%= stylesheet_link_tag "id" %> - <%= javascript_include_tag 'id' %> + <%= javascript_include_tag "id" %> <% data = {} -%> -<% if defined? ID_KEY %> -<% token = @user.access_token(ID_KEY) %> +<% 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 -%> @@ -19,6 +19,6 @@ <% 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 %> +<%= tag.div "", :id => "id-container", :data => data %>