diff options
| author | hukl <contact@smyck.org> | 2009-02-17 12:49:42 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-17 12:49:42 +0100 |
| commit | 3d3b786cc43266f6292f5edd25733dbb9bd6ed06 (patch) | |
| tree | 8504374fb6f68e382d8e338be4f8933964ee5cd0 /app/views | |
| parent | b68af220a471912954f67fa004e2edfae0ddea94 (diff) | |
added admin layout - more to come
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/layouts/admin.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb index 95161a8..8b69759 100644 --- a/app/views/layouts/admin.html.erb +++ b/app/views/layouts/admin.html.erb | |||
| @@ -6,7 +6,7 @@ | |||
| 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>untitled</title> |
| 9 | 9 | <%= stylesheet_link_tag 'admin' %> | |
| 10 | </head> | 10 | </head> |
| 11 | 11 | ||
| 12 | <body> | 12 | <body> |
