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:
parent
6acc26a804
commit
d1ed79d29a
1 changed files with 1 additions and 0 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue