Sha256: 735b5996f2950538f1af06210abf1be0ee8f59feed12bca9033e453baac62f66
Contents?: true
Size: 558 Bytes
Versions: 10
Compression:
Stored size: 558 Bytes
Contents
doctype html html lang="en" head meta charset="utf-8" meta name="viewport" content="width=device-width, initial-scale=1.0" title == content_for?(:title) ? yield(:title) : "Untitled" = stylesheet_link_tag "application", media: 'all' = javascript_include_tag "application", "data-turbolinks-track" => true = csrf_meta_tag = csp_meta_tag body - if user_signed_in? header == render 'layouts/nav' = render 'layouts/flash' div.grid-container div.grid-x .cell.small-12 == yield
Version data entries
10 entries across 10 versions & 1 rubygems