Mercurial > zeropaste
view app/views/layouts/application.html.erb @ 26:a8b0775798c3
Added title.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 10 Sep 2012 03:49:08 +0700 |
parents | faf30647205e |
children | 108e8d6fd0d5 |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <title><%= html_title %></title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %> </head> <body> <div class="container-fluid"> <div class="row-fluid"> <div class="span12"> <%= yield %> </div> </div> </div> </body> </html>