bug: remove stray braces from the Device Batch and Profile views

This commit is contained in:
Gary Sharp
2025-06-18 13:18:57 +10:00
parent f06a37ebb4
commit 57ae665070
4 changed files with 4 additions and 4 deletions
@@ -1012,7 +1012,7 @@
</tr>
</table>
</div>
@Html.Partial(MVC.Config.Shared.Views._DeviceGroupDocumentBulkGenerate, Model);
@Html.Partial(MVC.Config.Shared.Views._DeviceGroupDocumentBulkGenerate, Model)
<div class="actionBar">
@if (Model.CanDelete)
{
@@ -2747,7 +2747,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\"");
@@ -1004,7 +1004,7 @@
});
</script>
}
@Html.Partial(MVC.Config.Shared.Views._DeviceGroupDocumentBulkGenerate, Model);
@Html.Partial(MVC.Config.Shared.Views._DeviceGroupDocumentBulkGenerate, Model)
<div class="actionBar">
@if (canDelete)
{
@@ -2975,7 +2975,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\"");