Skip to content

Commit

Permalink
changed stylesheet_link_tag in application layout to be consistent wi…
Browse files Browse the repository at this point in the history
…th intro ruby chapter
  • Loading branch information
armandofox committed Dec 18, 2011
1 parent ffad8f7 commit f965824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%html
%head
%title Rotten Potatoes!
= stylesheet_link_tag 'general'
= stylesheet_link_tag 'application'

%body
- if flash[:notice]
Expand Down

0 comments on commit f965824

Please sign in to comment.