Mercurial > zeropaste
view app/views/layouts/application.html.erb @ 84:a9b68e36302e
jruby-openssl is not needed.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Tue, 23 Oct 2012 04:01:10 -0700 |
parents | 04164da6c12c |
children | d100218b96c9 |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> <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> <footer class="footer"> <div class="container-fluid"> <div class="row-fluid"> <div class="span12"> <hr> <p>Zeropaste © edogawaconan 2012. <a href="https://bitbucket.org/edogawaconan/zeropaste">Source</a>.</p> </div> </div> </div> </footer> </body> </html>