summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-03-03 14:06:39 +0100
committerhukl <contact@smyck.org>2009-03-03 14:06:39 +0100
commitc9183349c2fbacf24fca5cd7767190d069ce8873 (patch)
tree464dd3c24540000b7eeda30da91aaa0f2bb3c24d /app/views
parente72bd939439db5dd43ccc1a76975fafabaf2efa7 (diff)
no need to hand the page to the helper
Diffstat (limited to 'app/views')
-rw-r--r--app/views/layouts/application.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 58de77e..c546347 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><%= page_title @page %></title> 5 <title><%= page_title %></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' %>