summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-21 15:00:40 +0100
committerhukl <contact@smyck.org>2009-03-21 15:00:40 +0100
commitcc39dc70e4c03e72bb9d72f3cb0d49ea165e303c (patch)
tree4967567e4e466b5415e4cfb30e402ec10187db8a /app
parentd3fa60e6c78f99d498be6f47ae195e35a40a5a8a (diff)
adding title to admin layout
Diffstat (limited to 'app')
-rw-r--r--app/views/layouts/admin.html.erb2
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