Sha256: 1ae35e5cf6efc021c4527613e1b619df08c41e2bd98fb5fa50c7130452adfb16

Contents?: true

Size: 474 Bytes

Versions: 35

Compression:

Stored size: 474 Bytes

Contents

-# frozen_string_literal: true
-# Due to issues with people using back buttons, we can't store this in the session without occasionally getting errors
= hidden_field_tag :token,        @answer_token
= hidden_field_tag :hmac,         @hmac
= hidden_field_tag :timestamp,    @timestamp
= hidden_field_tag :return_url,   @return_url
= hidden_field_tag :return_token, @return_token
= hidden_field_tag :display_mode, @display_mode
= hidden_field_tag :rendered_at,  Time.now.to_i

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
quby-5.6.7 app/views/quby/v1/_session_params.html.haml
quby-5.6.6 app/views/quby/v1/_session_params.html.haml
quby-5.6.5 app/views/quby/v1/_session_params.html.haml
quby-5.6.3 app/views/quby/v1/_session_params.html.haml
quby-5.6.2 app/views/quby/v1/_session_params.html.haml
quby-5.6.1 app/views/quby/v1/_session_params.html.haml
quby-5.6.0 app/views/quby/v1/_session_params.html.haml
quby-5.5.0 app/views/quby/v1/_session_params.html.haml
quby-5.4.0 app/views/quby/v1/_session_params.html.haml
quby-5.3.1 app/views/quby/v1/_session_params.html.haml
quby-5.3.0 app/views/quby/v1/_session_params.html.haml
quby-5.2.0 app/views/quby/v1/_session_params.html.haml
quby-5.1.3 app/views/quby/v1/_session_params.html.haml
quby-5.1.2 app/views/quby/v1/_session_params.html.haml
quby-5.1.1 app/views/quby/v1/_session_params.html.haml
quby-5.1.0 app/views/quby/v1/_session_params.html.haml
quby-5.0.5 app/views/quby/v1/_session_params.html.haml
quby-5.0.4 app/views/quby/v1/_session_params.html.haml
quby-5.0.3 app/views/quby/v1/_session_params.html.haml
quby-5.0.2 app/views/quby/v1/_session_params.html.haml