X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/73c95847a6680bea7f35fe5b3da6eb4e52757b9c..HEAD:/app/views/site/_potlatch2.html.erb diff --git a/app/views/site/_potlatch2.html.erb b/app/views/site/_potlatch2.html.erb index bab612491..9d271d4ce 100644 --- a/app/views/site/_potlatch2.html.erb +++ b/app/views/site/_potlatch2.html.erb @@ -1,19 +1 @@ -<%= javascript_include_tag "edit/potlatch2" %> - -
- <% session[:token] = current_user.tokens.create.token unless session[:token] && UserToken.find_by(:token => session[:token]) -%> - <% data = { :token => session[:token] } -%> - <% data[:lat] = @lat if @lat -%> - <% data[:lon] = @lon if @lon -%> - <% data[:zoom] = @zoom if @zoom -%> - <% if Settings.key?(:potlatch2_key) %> - <% token = current_user.access_token(Settings.potlatch2_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] = Locale.list(Potlatch2::LOCALES.keys).preferred(preferred_languages).to_s -%> - <% data[:locale_path] = asset_path("potlatch2/locales/#{Potlatch2::LOCALES[data[:locale]]}.swf") -%> - <%= content_tag :div, t("site.edit.flash_player_required_html"), :id => "potlatch", :data => data %> -
+<%= render :partial => "potlatch" %>