Project

General

Profile

« Previous | Next » 

Revision 2e04e41b

Added by Ohad Levy almost 14 years ago

  • ID 2e04e41bfa05c123bab0b436dccb0c344d7ee417

CSS rework, aligned view on all pages
removed google JS from pages which do not require it

View differences:

app/views/layouts/standard.rhtml
<title><%= h(yield(:title) || "The Foreman") %></title>
<%= stylesheet_link_tag 'style' %>
<%= yield(:head) %>
<script src='http://www.google.com/jsapi'></script>
<%= javascript_include_tag :defaults %>
<%= javascript_include_tag :defaults, :cache => true %>
<%= active_scaffold_includes %>
</head>
<body>

Also available in: Unified diff