Merge branch 'master' into bootstrap
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<title><%= content_for?(:title) ? yield(:title) : (t :name) %></title>
|
||||
<%= stylesheet_link_tag "application", "forum-monster" %>
|
||||
<%= stylesheet_link_tag :application %>
|
||||
<%= csrf_meta_tag %>
|
||||
<%= javascript_include_tag(:application) %>
|
||||
<%= javascript_include_tag :application %>
|
||||
<%= yield(:head) %>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user