BootstrapAdmin/Bootstrap.Admin/Views/Shared/NavigatorConfig.cshtml

6 lines
268 B
Plaintext
Raw Normal View History

@model IEnumerable<Menu>
<div class="modal fade" id="dialogMenu" tabindex="-1" role="dialog" data-backdrop="static" aria-labelledby="myMenuModalLabel" aria-hidden="true">
<div class="modal-dialog">
@Html.Partial("MenuTree", Model)
</div>
</div>