bug: remove stray braces from the Device Batch and Profile views
This commit is contained in:
@@ -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\"");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user