diff options
Diffstat (limited to 'app/views/layouts')
| -rw-r--r-- | app/views/layouts/application.html.erb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 1446e14..e6317fd 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb | |||
| @@ -12,10 +12,11 @@ | |||
| 12 | <![endif]--> | 12 | <![endif]--> |
| 13 | </head> | 13 | </head> |
| 14 | <body> | 14 | <body> |
| 15 | <%= render :partial => 'nodes/preview' if params[:action] == "show" %> | ||
| 15 | <div id="logo"> | 16 | <div id="logo"> |
| 16 | <a href="index.html" title="Startseite"><img src="/images/chaosknot.gif" alt="Chaosknoten" /></a> | 17 | <a href="index.html" title="Startseite"><img src="/images/chaosknot.gif" alt="Chaosknoten" /></a> |
| 17 | </div> | 18 | </div> |
| 18 | <!-- HEAD --> | 19 | <!-- HEAD --> |
| 19 | <div id="header"> | 20 | <div id="header"> |
| 20 | <div id="yellow"> | 21 | <div id="yellow"> |
| 21 | </div> | 22 | </div> |
