diff options
| author | hukl <contact@smyck.org> | 2009-03-03 13:43:23 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-03 13:43:23 +0100 |
| commit | e72bd939439db5dd43ccc1a76975fafabaf2efa7 (patch) | |
| tree | 43e556730878c3eaae99ea0e52ad46a58341baa4 /app/views | |
| parent | 0566800f0f22829fcdb14c383a0388b4f1ca60f0 (diff) | |
setting the title tag dynamically
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/layouts/application.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 828f5b2..58de77e 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> | 2 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 3 | <head> | 3 | <head> |
| 4 | <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" /> | 4 | <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" /> |
| 5 | <title>CCC Template</title> | 5 | <title><%= page_title @page %></title> |
| 6 | <link rel="shortcut icon" href="/images/chaosknot.ico" type="image/ico" /> | 6 | <link rel="shortcut icon" href="/images/chaosknot.ico" type="image/ico" /> |
| 7 | <%= stylesheet_link_tag 'styled' %> | 7 | <%= stylesheet_link_tag 'styled' %> |
| 8 | <%= stylesheet_link_tag 'safari' %> | 8 | <%= stylesheet_link_tag 'safari' %> |
