Project

General

Profile

« Previous | Next » 

Revision 55ed30c7

Added by Ohad Levy about 14 years ago

  • ID 55ed30c719e32dfe3604895ade33b466affeafa3

fixes #194 - remove activescaffold from partitioning table setting page

View differences:

app/views/layouts/standard.rhtml
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title><%= @title || "The Foreman"%></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<%= stylesheet_link_tag "style" %>
<title><%= h(yield(:title) || "The Foreman") %></title>
<%= stylesheet_link_tag 'style' %>
<%= yield(:head) %>
<%= javascript_include_tag :defaults %>
<%= active_scaffold_includes %>
</head>
......
<%= content_tag('div', flash[:foreman_error], :class => 'flash error') if flash[:foreman_error] -%>
<%= content_tag('div', flash[:foreman_notice], :class => 'flash notice') if flash[:foreman_notice] -%>
<div id="content">
<%- if show_title? -%>
<h1><%=h yield(:title) %></h1>
<%- end -%>
<%= yield -%>
</div>
<div id="footer">

Also available in: Unified diff