Fixed js
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
<title><%= content_for?(:title) ? yield(:title) : (t :name) %></title>
|
<title><%= content_for?(:title) ? yield(:title) : (t :name) %></title>
|
||||||
<%= stylesheet_link_tag "application", "forum-monster" %>
|
<%= stylesheet_link_tag "application", "forum-monster" %>
|
||||||
<%= csrf_meta_tag %>
|
<%= csrf_meta_tag %>
|
||||||
|
<%= javascript_include_tag "application" %>
|
||||||
<%= yield(:head) %>
|
<%= yield(:head) %>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user