Merge pull request #63 from 907th/master

Declare favicon explicitly in view
This commit is contained in:
Samuel Cochran 2012-10-28 20:17:11 -07:00
commit a1b8f8b3d3

View File

@ -3,6 +3,7 @@
%head
%title MailCatcher
%link{:rel => "stylesheet", :href => "/stylesheets/application.css"}
%link{:href => "/favicon.ico", :rel => "shortcut icon" }
%script{:src => "/javascripts/modernizr.js"}
%script{:src => "/javascripts/jquery.js"}
%script{:src => "/javascripts/xslt-3.2.js"}