This commit is contained in:
2013-01-20 15:45:45 -05:00
parent e92fb33275
commit 7c8eb8c6f5

View File

@@ -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>