-
+
{{ __('Media Kit') }}
-
+
{{ __('Documentation') }}
diff --git a/cp/resources/views/admin/system/listTlds.twig b/cp/resources/views/admin/system/listTlds.twig
index 0bacf76..bf4bcae 100644
--- a/cp/resources/views/admin/system/listTlds.twig
+++ b/cp/resources/views/admin/system/listTlds.twig
@@ -27,11 +27,11 @@
-
+
{{ __('Reserved Names') }}
-
+
diff --git a/cp/resources/views/partials/js-applications.twig b/cp/resources/views/partials/js-applications.twig
index 927d824..f88e968 100644
--- a/cp/resources/views/partials/js-applications.twig
+++ b/cp/resources/views/partials/js-applications.twig
@@ -26,7 +26,7 @@
if (!isRejected && !isInvalid && !isValidated && !isAllocated) {
actionButtons += ` `;
actionButtons += `
`;
- actionButtons += `
`;
+ actionButtons += `
`;
actionButtons += `
`;
} else if ((isValidated || isAllocated) && !isRejected && !isInvalid) {
actionButtons += `
{{ __('Validated') }}`;
diff --git a/cp/resources/views/partials/js-domains.twig b/cp/resources/views/partials/js-domains.twig
index e82084c..9818272 100644
--- a/cp/resources/views/partials/js-domains.twig
+++ b/cp/resources/views/partials/js-domains.twig
@@ -22,10 +22,10 @@
var hasPendingRestore = rowData.rgpstatus ? rowData.rgpstatus.includes('pendingRestore') : false;
// Common action button for all statuses
- actionButtons += `
`;
-
+ actionButtons += `
`;
+
if (hasPendingRestore) {
- actionButtons += `
`;
+ actionButtons += `
`;
} else if (hasPendingDelete) {
actionButtons += `
`;
} else {
diff --git a/cp/resources/views/partials/js-support.twig b/cp/resources/views/partials/js-support.twig
index ad88aff..9214370 100644
--- a/cp/resources/views/partials/js-support.twig
+++ b/cp/resources/views/partials/js-support.twig
@@ -14,7 +14,7 @@
function actionsFormatter(cell, formatterParams, onRendered) {
return `
-
+
`;
}
diff --git a/cp/resources/views/partials/js-tlds.twig b/cp/resources/views/partials/js-tlds.twig
index 05bf2d3..e127076 100644
--- a/cp/resources/views/partials/js-tlds.twig
+++ b/cp/resources/views/partials/js-tlds.twig
@@ -24,7 +24,7 @@
}
function actionsFormatter(cell, formatterParams, onRendered) {
- return `
`;
+ return `
`;
}
// Mapping of database string values to script names