app/views/layouts/mr_video.html.erb in mr_video-1.1.0 vs app/views/layouts/mr_video.html.erb in mr_video-1.1.1
- old
+ new
@@ -3,11 +3,11 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><%= MrVideo::NAME %><%= ' | ' + yield(:title) if content_for?(:title) %></title>
- <%= csrf_meta_tags %>
<%= stylesheet_link_tag 'mr_video/application', media: 'all' %>
+ <%= csrf_meta_tags %>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top navbar-inverse" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
\ No newline at end of file