bug: remove stray brace from device model view
This commit is contained in:
@@ -245,7 +245,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<h2>Components</h2>
|
<h2>Components</h2>
|
||||||
@Html.Partial(MVC.Config.DeviceModel.Views._DeviceComponentsTable, Model.DeviceComponentsModel)
|
@Html.Partial(MVC.Config.DeviceModel.Views._DeviceComponentsTable, Model.DeviceComponentsModel)
|
||||||
@Html.Partial(MVC.Config.Shared.Views._DeviceGroupDocumentBulkGenerate, Model);
|
@Html.Partial(MVC.Config.Shared.Views._DeviceGroupDocumentBulkGenerate, Model)
|
||||||
<div class="actionBar">
|
<div class="actionBar">
|
||||||
@if (Model.CanDelete)
|
@if (Model.CanDelete)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -810,7 +810,7 @@ Write(Html.Partial(MVC.Config.Shared.Views._DeviceGroupDocumentBulkGenerate, Mod
|
|||||||
|
|
||||||
#line default
|
#line default
|
||||||
#line hidden
|
#line hidden
|
||||||
WriteLiteral(";\r\n<div");
|
WriteLiteral("\r\n<div");
|
||||||
|
|
||||||
WriteLiteral(" class=\"actionBar\"");
|
WriteLiteral(" class=\"actionBar\"");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user