From 03e985f546634b9bfc3053e965477d555c6663a8 Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 19 Jul 2009 12:26:42 +0200 Subject: intermediate commit introducing main menu and calendar widget which will get refactored soon. need another feature first --- app/views/content/_front_page_calendar.html.erb | 11 +++++++++++ app/views/content/_main_navigation.html.erb | 7 +++++++ app/views/layouts/application.html.erb | 2 ++ 3 files changed, 20 insertions(+) create mode 100644 app/views/content/_front_page_calendar.html.erb create mode 100644 app/views/content/_main_navigation.html.erb (limited to 'app/views') diff --git a/app/views/content/_front_page_calendar.html.erb b/app/views/content/_front_page_calendar.html.erb new file mode 100644 index 00000000..1a409a66 --- /dev/null +++ b/app/views/content/_front_page_calendar.html.erb @@ -0,0 +1,11 @@ +
+

Calendar

+ +
\ No newline at end of file diff --git a/app/views/content/_main_navigation.html.erb b/app/views/content/_main_navigation.html.erb new file mode 100644 index 00000000..3160fd41 --- /dev/null +++ b/app/views/content/_main_navigation.html.erb @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 93146d85..2496595b 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -16,6 +16,8 @@
<%= main_menu %> + + <%= calendar %>
<%= yield :layout %> -- cgit v1.3