Stylesheet apply to all
This commit is contained in:
parent
a2c8ceb258
commit
36caed19d4
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue
Block a user