assemblymade/coderwall

View on GitHub
app/views/layouts/home4-layout.html.slim

Summary

Maintainability
Test Coverage
doctype html
html.no-js lang=I18n.locale
  head
    title= page_title(yield(:page_title))
    link rel= 'author' href= '/humans.txt'
    meta name="viewport" content="initial-scale=1.0,width=device-width"
    - if Rails.env.production?
      = render 'mixpanel'
      = render 'analytics'
    = render 'fav_icons'
    = stylesheet_link_tag 'coderwall'
    = csrf_meta_tag

    meta name='twitter:account_id' content=ENV['TWITTER_ACCOUNT_ID']
    = metamagic



    = yield :head
  body
    = yield
  = render 'footer'