Sha256: b9115edd8a5274cf3cd83f97bc5d4d00893a5b0fa0419112a25cbd543a0f249c
Contents?: true
Size: 804 Bytes
Versions: 19
Compression:
Stored size: 804 Bytes
Contents
%head = render_title # For the title tag, including SEO content = render_keywords # Defaults to what you put in the config file = render_description # Can be hooked up within a mountable rails engine, too. = responsive_meta_tag # If you're using the responsive features, you need this in your head = stylesheet_link_tag 'application' = render_head_css = javascript_include_tag 'application' = csrf_meta_tags %body = render 'layouts/top_navigation' .container = render_hero_unit - if user_signed_in? = message_train_widget = render_widgets 'md', 3 .col-md-9.content = render_h1 # For the h1 tag containing the title alone #alert_area = alert_flash_messages = yield %footer = render_footer_javascript
Version data entries
19 entries across 19 versions & 1 rubygems