7 lines
No EOL
297 B
Text
7 lines
No EOL
297 B
Text
@using Kreta.Web.Areas.Tanulo.Models
|
|
@using Kreta.Enums
|
|
@model TanuloDetailModel
|
|
@{
|
|
Model.ZaradekModel.IsViewMod = true;
|
|
}
|
|
@Html.Partial("~/Areas/OsztalyCsoport/Views/Shared/_ZaradekBuborekPartial.cshtml", Model.ZaradekModel, new ViewDataDictionary { { "TabStripName", "TanuloTabstrip" } }) |