Trim application.html.erb fat

This commit is contained in:
Jeremy Kemper
2010-04-09 09:13:47 -07:00
parent da69c5d8bf
commit 157216b7b7

View File

@@ -1,16 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title><%= controller_name.humanize %>: <%= action_name %></title>
<%= stylesheet_link_tag 'application' %>
<%= stylesheet_link_tag :all %>
<%= javascript_include_tag :defaults %>
<%= csrf_meta_tag %>
</head>
<body>
<p class="notice"><%= notice %></p>
<p class="alert"><%= alert %></p>
<%=raw yield %>
</body>