diff options
| author | hukl <contact@smyck.org> | 2009-07-18 16:39:16 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-07-18 16:39:16 +0200 |
| commit | aab86f2d2a0258a1347f39c1ee4081cd06bac56b (patch) | |
| tree | c0d7fbc5ce9eb4f81a46388662574b843693d369 /app | |
| parent | 6c7fd57a37d48973bc513ceb7a98865b9e9d2365 (diff) | |
replaced header image. added left_column background image. some css modifications
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/layouts/application.html.erb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 292c58d..93146d8 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -5,17 +5,17 @@ | |||
| 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><%= page_title %></title> |
| 9 | <%= stylesheet_link_tag "ccc" %> | 9 | <%= stylesheet_link_tag "ccc" %> |
| 10 | </head> | 10 | </head> |
| 11 | 11 | ||
| 12 | <body> | 12 | <body> |
| 13 | <div id="wrapper"> | 13 | <div id="wrapper"> |
| 14 | <div id="header"> | 14 | <div id="header"> |
| 15 | <%= image_tag "header.jpg" %> | 15 | <%= image_tag "header.png" %> |
| 16 | </div> | 16 | </div> |
| 17 | <div id="left_column"> | 17 | <div id="left_column"> |
| 18 | 18 | <%= main_menu %> | |
| 19 | </div> | 19 | </div> |
| 20 | <div id="center_column"> | 20 | <div id="center_column"> |
| 21 | <%= yield :layout %> | 21 | <%= yield :layout %> |
