Sha256: 0ae1a5e189e5486f712580490aa791ad095bbaf457f9d1f0c955dd3f631788ba
Contents?: true
Size: 803 Bytes
Versions: 25
Compression:
Stored size: 803 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
25 entries across 25 versions & 1 rubygems