web/views/layout.erb in sidekiq-4.2.1 vs web/views/layout.erb in sidekiq-4.2.2
- old
+ new
@@ -6,14 +6,13 @@
<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/ico" href="<%= root_path %>images/favicon.ico" />
<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" />
<%= display_custom_head %>
</head>
- <body class="admin" data-poll-path="<%= poll_path %>">
+ <body class="admin" data-poll-path="<%= poll_path %>" data-locale="<%= locale %>">
<%= erb :_nav %>
<div id="page">
<div class="container">
<div class="row">
<div class="col-sm-12 summary_bar">