Skip to content

Instantly share code, notes, and snippets.

@julioprotzek
Created October 18, 2013 18:05
Show Gist options
  • Save julioprotzek/7045605 to your computer and use it in GitHub Desktop.
Save julioprotzek/7045605 to your computer and use it in GitHub Desktop.
doctype html
html
head
meta name="viewport" content="width=device-width, initial-scale=1.0"
title Paporeto
= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true
= csrf_meta_tags
/[if lt IE 9]
= javascript_include_tag "html5shiv", "data-turbolinks-track" => true
= javascript_include_tag "respond.min", "data-turbolinks-track" => true
body
.navbar.navbar-inverse.navbar-fixed-top
.container
.navbar-header
a class="navbar-brand" href="/articles" Paporeto
.navbar-collapse
ul.nav.navbar-nav
li.active
a href="/articles" Artigos
.container
= yield
= javascript_include_tag "application", "data-turbolinks-track" => true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment