Mercurial > zeropaste
diff 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 diff
--- a/app/views/layouts/application.html.erb Mon Sep 10 03:48:01 2012 +0700 +++ b/app/views/layouts/application.html.erb Mon Sep 10 03:49:08 2012 +0700 @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <title>Zeropaste</title> + <title><%= html_title %></title> <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> <%= csrf_meta_tags %>