mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Trim application.html.erb fat
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user