Mercurial > zeropaste
view app/views/layouts/application.html.erb @ 370:5a4d31e97937
Remove extra file extensions.
author | edogawaconan <me@myconan.net> |
---|---|
date | Tue, 14 Apr 2015 00:22:07 +0900 |
parents | 62d16b74e3d7 |
children | 62f2a4b27af6 |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> <title><%= html_title %></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <%= stylesheet_link_tag "application", :media => "all" %> </head> <body> <div id="wrap"> <div class="container"> <%= yield %> </div> </div> <div id="footer"> <div class="container"> <p class="text-muted credit"> Zeropaste. <a href="https://bitbucket.org/edogawaconan/zeropaste">Source</a>. <%= link_to 'Donate', 'https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=edho%40live%2ejp&lc=ID&item_name=Zeropaste%20development¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_subscribe_LG%2egif%3aNonHosted' %>. </p> </div> </div> <%= javascript_include_tag "//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" %> <%= javascript_include_tag "application" %> </body> </html>