Mercurial > zeropaste
view app/views/layouts/application.html.erb @ 25:faf30647205e
Use bootstrap.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Mon, 10 Sep 2012 03:48:01 +0700 |
parents | 4aa8194a1733 |
children | a8b0775798c3 |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <title>Zeropaste</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>