Merge branch 'master' into bootstrap

This commit is contained in:
2013-01-21 17:33:29 -05:00
8 changed files with 38 additions and 221 deletions

View File

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