jgauffin / griffin.mvccontrib

A contribution project for ASP.NET MVC3
http://blog.gauffin.org/tag/griffin-mvccontrib/
GNU Lesser General Public License v3.0
83 stars 40 forks source link

Griffin.MvcContrib.Admin no use master page #10

Closed profsoft closed 12 years ago

profsoft commented 12 years ago

Griffin.MvcContrib.Admin no use master page, and jquery scripts, for example "Show metadata", don't work.

jgauffin commented 12 years ago

You have to tell the ViewFixer which layout you'll like to use:

        var fixer = new ExternalViewFixer()
                        {
                            LayoutPath = "~/Views/Shared/_Layout.cshtml"
                        };