project page fixed
This commit is contained in:
parent
9bf39477de
commit
d405292388
6 changed files with 244 additions and 65 deletions
|
@ -1,7 +1,7 @@
|
|||
- if content_for?(:page_title)
|
||||
= yield :page_title
|
||||
- else
|
||||
.grid-4
|
||||
.grid_4
|
||||
.container_3
|
||||
%h2.icon
|
||||
%span= controller.controller_name.capitalize
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
= javascript_tag do
|
||||
REQ_URI = "#{request.env["REQUEST_URI"]}";
|
||||
REQ_REFFER = "#{request.env["HTTP_REFERER"]}";
|
||||
%body#thebody
|
||||
%body{ :class => yield(:body_class), :id => yield(:boyd_id)}
|
||||
#container
|
||||
= render :partial => "layouts/flash"
|
||||
= render :partial => "layouts/head_panel"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue