From f96582487c12648fd85909eb563c61f670426394 Mon Sep 17 00:00:00 2001 From: Armando Fox Date: Sat, 17 Dec 2011 20:20:29 -0800 Subject: [PATCH] changed stylesheet_link_tag in application layout to be consistent with intro ruby chapter --- app/views/layouts/application.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 626a36538..1aee37e09 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -2,7 +2,7 @@ %html %head %title Rotten Potatoes! - = stylesheet_link_tag 'general' + = stylesheet_link_tag 'application' %body - if flash[:notice]