From 26687eaf7400aea5d569f99e880ac3949982f303 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Tue, 10 Mar 2009 21:03:52 +0100 Subject: added calendar backend. more features and integration to come --- app/views/layouts/events.html.erb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 app/views/layouts/events.html.erb (limited to 'app/views/layouts') 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 @@ + + + + + + Events: <%= controller.action_name %> + <%= stylesheet_link_tag 'scaffold' %> + + + +

<%= flash[:notice] %>

+ +<%= yield %> + + + -- cgit v1.3