mirror of
https://github.com/moparisthebest/mailcatcher
synced 2024-11-12 04:05:01 -05:00
Merge pull request #63 from 907th/master
Declare favicon explicitly in view
This commit is contained in:
commit
a1b8f8b3d3
@ -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"}
|
||||
|
Loading…
Reference in New Issue
Block a user