diff options
| author | erdgeist <erdgeist@bauklotz.local> | 2009-03-10 21:03:52 +0100 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.local> | 2009-03-10 21:03:52 +0100 |
| commit | 26687eaf7400aea5d569f99e880ac3949982f303 (patch) | |
| tree | 7bd22978d1022de16a41428d65398edab628bf3c /app/views/layouts | |
| parent | d6049aeffc7de43393a9a7a1d2f95f26422a046f (diff) | |
added calendar backend. more features and integration to come
Diffstat (limited to 'app/views/layouts')
| -rw-r--r-- | app/views/layouts/events.html.erb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app/views/layouts/events.html.erb b/app/views/layouts/events.html.erb new file mode 100644 index 00000000..6201c57a --- /dev/null +++ b/app/views/layouts/events.html.erb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | ||
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
| 3 | |||
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
| 5 | <head> | ||
| 6 | <meta http-equiv="content-type" content="text/html;charset=UTF-8" /> | ||
| 7 | <title>Events: <%= controller.action_name %></title> | ||
| 8 | <%= stylesheet_link_tag 'scaffold' %> | ||
| 9 | </head> | ||
| 10 | <body> | ||
| 11 | |||
| 12 | <p style="color: green"><%= flash[:notice] %></p> | ||
| 13 | |||
| 14 | <%= yield %> | ||
| 15 | |||
| 16 | </body> | ||
| 17 | </html> | ||
