comparison 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
comparison
equal deleted inserted replaced
25:faf30647205e 26:a8b0775798c3
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>Zeropaste</title> 4 <title><%= html_title %></title>
5 <%= stylesheet_link_tag "application", :media => "all" %> 5 <%= stylesheet_link_tag "application", :media => "all" %>
6 <%= javascript_include_tag "application" %> 6 <%= javascript_include_tag "application" %>
7 <%= csrf_meta_tags %> 7 <%= csrf_meta_tags %>
8 </head> 8 </head>
9 <body> 9 <body>