Sha256: 682a33fb6e9b06d3c832126270f779bfc25e7d8918989d18d7d93919803190cd

Contents?: true

Size: 554 Bytes

Versions: 7

Compression:

Stored size: 554 Bytes

Contents

%input{type: 'hidden', value: "#{@canvas_url}", name: :canvas_oauth_url}
%form.oauth2
  %h2 Canvas Authentication Required
  %button.btn-canvas#oauth_btn Authenticate

%form{id: 'lti_form', action: "#{request.original_url}", method: request.method}
  - unless @lti_params.include?(:session_token) || @lti_params.include?(:session_key)
    %input{:type =>"hidden", :value=>link_nonce, :name=>"session_token"}
  - @lti_params.each do |k,v|
    %input{:type =>"hidden", :value=>"#{v}", :name=>"#{k}"}

= javascript_include_tag "coalescing_panda/application"

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
coalescing_panda-5.3.0 app/views/coalescing_panda/oauth2/oauth2.html.haml
coalescing_panda-5.2.2 app/views/coalescing_panda/oauth2/oauth2.html.haml
coalescing_panda-5.2.2.beta1 app/views/coalescing_panda/oauth2/oauth2.html.haml
coalescing_panda-5.2.1 app/views/coalescing_panda/oauth2/oauth2.html.haml
coalescing_panda-5.2.0 app/views/coalescing_panda/oauth2/oauth2.html.haml
coalescing_panda-5.2.0.beta2 app/views/coalescing_panda/oauth2/oauth2.html.haml
coalescing_panda-5.2.0.beta1 app/views/coalescing_panda/oauth2/oauth2.html.haml