mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Merge pull request #1613 from TheHodge/master
add fix for google translate bar
This commit is contained in:
commit
14c37cd416
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
<link href="<%= root_path %>stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />
|
<link href="<%= root_path %>stylesheets/application.css" media="screen" rel="stylesheet" type="text/css" />
|
||||||
<script type="text/javascript" src="<%= root_path %>javascripts/application.js"></script>
|
<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>
|
<script type="text/javascript" src="<%= root_path %>javascripts/locales/jquery.timeago.<%= locale %>.js"></script>
|
||||||
|
<meta name="google" value="notranslate" />
|
||||||
</head>
|
</head>
|
||||||
<body class="admin">
|
<body class="admin">
|
||||||
<div class="navbar navbar-default navbar-fixed-top">
|
<div class="navbar navbar-default navbar-fixed-top">
|
||||||
|
|
Loading…
Reference in a new issue