Open mikebevz opened 13 years ago
Have you installed nested_layouts? See Readme for details.
First off, I don't see nested_layouts in the Readme. Anyway, after I've installed it and restarted the app the error persists.
Same problem for me
Have you done this (written on the project start page in README.rdoc file)? ./script/plugin install git://github.com/jwigal/nested_layouts.git
Redmine 1.2.1.stable (MySQL) RMagick available (optional)
When I'm trying to reach /projects/myproject/easy_agile I've got the following error
ActionView::TemplateError (undefined method `inside_layout' for #ActionView::Base:0xca762f8) on line #1 of vendor/plugins/easy_agile/app/views/layouts/ea_base.html.erb: 1: <% inside_layout 'base' do -%> 2: <% content_for :header_tags do %> 3: <%= stylesheet_link_tag( 4: 'story/layout',
Let me know if I can help you with more info to fix this.
Thanks!