Stylesheet apply to all

This commit is contained in:
Will Bradley 2011-12-13 22:07:50 -07:00
parent a2c8ceb258
commit 36caed19d4
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title><%= controller.controller_name.capitalize %>: <%= controller.action_name %></title>
<%= stylesheet_link_tag 'scaffold' %>
<%= stylesheet_link_tag 'scaffold', :media => "all" %>
</head>
<body>
<div id="topnav">

View File

@ -5,7 +5,7 @@
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title><%= controller.controller_name.capitalize %>: <%= controller.action_name %></title>
<%= stylesheet_link_tag 'scaffold' %>
<%= stylesheet_link_tag 'scaffold', :media => "all" %>
</head>
<body>
<div id="topnav">

View File

@ -5,7 +5,7 @@
<head>
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<title>Signers: <%= controller.action_name %></title>
<%= stylesheet_link_tag 'scaffold' %>
<%= stylesheet_link_tag 'scaffold', :media => "all" %>
</head>
<body>
<div id="topnav">