Sha256: 27746be33dba934ee70de780211900a317331b77f99d96f04ad096a1bc560451
Contents?: true
Size: 710 Bytes
Versions: 7
Compression:
Stored size: 710 Bytes
Contents
doctype html html head title = Rails.application.class.module_parent_name meta name="viewport" content="width=device-width,initial-scale=1" = csrf_meta_tags = csp_meta_tag meta name="cable-history-timestamp" content="#{Time.now.to_i}" = action_cable_with_jwt_meta_tag = stylesheet_link_tag 'application', 'data-turbo-track': 'reload' = javascript_include_tag 'application', 'data-turbo-track': 'reload', type: 'module' body div .text-center #flash.flash.d-inline-block = render partial: 'pg_layout/flash' .container.text-center = yield = render_turbo_stream_title css: .pg-form { max-width: 22em; margin: auto; }
Version data entries
7 entries across 7 versions & 1 rubygems