From 2652e9bb2dcc8a0eaf2e314a6107c52d8b3b6469 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 20 Oct 2013 22:32:19 +0200 Subject: Basic simple styling. --- app/views/layouts/application.html.erb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app/views/layouts/application.html.erb (limited to 'app/views/layouts/application.html.erb') diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb new file mode 100644 index 0000000..43e0863 --- /dev/null +++ b/app/views/layouts/application.html.erb @@ -0,0 +1,23 @@ + +<%= render '/refinery/html_tag' %> + <% site_bar = render('/refinery/site_bar', :head => true) -%> + <%= render '/refinery/head' %> + + <%= site_bar -%> + <%= render '/refinery/ie6check' if request.env['HTTP_USER_AGENT'] =~ /MSIE/ -%> +
+ +
+ <%= render 'common/left_sidebar' %> + <%= yield %> + <%= render 'common/right_sidebar' %> +
+ +
+ <%= render '/refinery/javascripts' %> + + -- cgit v1.2.3