Sha256: be52027c5ae33b27a115cfe78f2bac52033c2c647fec5be76e1e0e42c21dacf3
Contents?: true
Size: 568 Bytes
Versions: 4
Compression:
Stored size: 568 Bytes
Contents
doctype html html head title = page_title meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" - if @option.favicon.present? && @option.favicon.asset.present? link href=@option.favicon.asset_url rel="shortcut icon" == stylesheet_link_tag "fae/application", media: "all" == javascript_include_tag "fae/application" == csrf_meta_tags body class=body_class == render "header" section#main_content == render "nav" if user_signed_in? == yield .markdown-hint .markdown-hint-wrapper = markdown_helper
Version data entries
4 entries across 4 versions & 1 rubygems