diff options
| author | hukl <contact@smyck.org> | 2009-10-19 20:33:00 +0200 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-10-19 20:33:00 +0200 |
| commit | 41519cf9b82446d348c5840518d688ae6230fdb0 (patch) | |
| tree | 140964eabcebbf1507e915173c10d0b8b41de1f2 /app | |
| parent | 191eb515543f7a408a4fb3e3d585d2cd031fb880 (diff) | |
minor html and css fixes
Diffstat (limited to 'app')
| -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 5be2240..5e7ad3c 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | <body> | 18 | <body> |
| 19 | <div id="wrapper"> | 19 | <div id="wrapper"> |
| 20 | <div id="header"> | 20 | <div id="header"> |
| 21 | <%= image_tag "header.png" %> | 21 | <%= link_to_path(image_tag("header.png"), "/home") %> |
| 22 | </div> | 22 | </div> |
| 23 | <div id="search"> | 23 | <div id="search"> |
| 24 | <%= render :partial => "content/search" %> | 24 | <%= render :partial => "content/search" %> |
