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