From 9057f56e2ea5e86d90827d84b163bc5e64f2bc00 Mon Sep 17 00:00:00 2001 From: Matchu Date: Fri, 13 May 2011 08:21:42 -0400 Subject: [PATCH] reverse order --- app/views/layouts/application.html.haml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 44ee2264..af096089 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -2,10 +2,10 @@ %html %head %title - Dress to Impress - if content_for? :title - — = yield :title + | + Dress to Impress /[if IE] = include_javascript_libraries :html5 = stylesheet_link_tag "compiled/screen"