Skip to content

Instantly share code, notes, and snippets.

@minivan
Created May 22, 2015 17:49
Show Gist options
  • Save minivan/23e792e3b53ce13da65b to your computer and use it in GitHub Desktop.
Save minivan/23e792e3b53ce13da65b to your computer and use it in GitHub Desktop.
azitumaine.eu application layout
<!DOCTYPE html>
<html>
<head>
<title>Azi tu Mâine Eu</title>
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
<%= csrf_meta_tags %>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
</head>
<body>
<%= yield %>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment