init
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@using System.Web.Optimization
|
||||
@model Kreta.Web.Models.EditorTemplates.PanelBarBaseModel
|
||||
@{
|
||||
Layout = "~/Views/Shared/_MasterLayout.cshtml";
|
||||
}
|
||||
|
||||
@section AddCss{
|
||||
@Styles.Render("~/Content/Termekportal")
|
||||
}
|
||||
|
||||
@Html.Partial("EditorTemplates/PanelBar", Model)
|
||||
Reference in New Issue
Block a user