diff options
| author | hukl <contact@smyck.org> | 2009-03-21 15:00:40 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-03-21 15:00:40 +0100 |
| commit | cc39dc70e4c03e72bb9d72f3cb0d49ea165e303c (patch) | |
| tree | 4967567e4e466b5415e4cfb30e402ec10187db8a /app/views/layouts/admin.html.erb | |
| parent | d3fa60e6c78f99d498be6f47ae195e35a40a5a8a (diff) | |
adding title to admin layout
Diffstat (limited to 'app/views/layouts/admin.html.erb')
| -rw-r--r-- | app/views/layouts/admin.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index bede781..570334d 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | <head> | 5 | <head> |
| 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | 6 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> |
| 7 | 7 | ||
| 8 | <title>untitled</title> | 8 | <title><%= "#{params[:controller]} | #{params[:action]}" %></title> |
| 9 | <%= stylesheet_link_tag 'admin' %> | 9 | <%= stylesheet_link_tag 'admin' %> |
| 10 | <%= javascript_include_tag 'tiny_mce/tiny_mce.js' %> | 10 | <%= javascript_include_tag 'tiny_mce/tiny_mce.js' %> |
| 11 | 11 | ||
