1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Add favicon of current status

This commit is contained in:
Nate Matykiewicz 2015-10-05 09:41:58 -05:00
parent 6acc26a804
commit d1ed79d29a

View file

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link href="<%= root_path %>stylesheets/bootstrap.css" media="screen" rel="stylesheet" type="text/css" />
<link href="<%= root_path %>stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" type="image/png" href="<%= root_path %>images/status/<%= current_status %>.png" />
<script type="text/javascript" src="<%= root_path %>javascripts/application.js"></script>
<script type="text/javascript" src="<%= root_path %>javascripts/locales/jquery.timeago.<%= locale %>.js"></script>
<meta name="google" content="notranslate" />