|
@@ -19,7 +19,7 @@
|
|
|
<p class="text-center"><code>_template</code></p>
|
|
<p class="text-center"><code>_template</code></p>
|
|
|
<p class="form-text text-muted text-center"><small>{{ t('template.children.desc') }}</small></p>
|
|
<p class="form-text text-muted text-center"><small>{{ t('template.children.desc') }}</small></p>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="card-footer text-center">
|
|
|
|
|
|
|
+ <div class="card-footer text-center bg-white">
|
|
|
<a href="{{templateParentPath}}_template#edit"
|
|
<a href="{{templateParentPath}}_template#edit"
|
|
|
class="btn btn-sm btn-primary" id="template-button-children">
|
|
class="btn btn-sm btn-primary" id="template-button-children">
|
|
|
{{ t("Edit") }}
|
|
{{ t("Edit") }}
|
|
@@ -34,7 +34,7 @@
|
|
|
<p class="text-center"><code>__template</code></p>
|
|
<p class="text-center"><code>__template</code></p>
|
|
|
<p class="form-text text-muted text-center"><small>{{ t('template.decendants.desc') }}</small></p>
|
|
<p class="form-text text-muted text-center"><small>{{ t('template.decendants.desc') }}</small></p>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="card-footer text-center">
|
|
|
|
|
|
|
+ <div class="card-footer text-center bg-white">
|
|
|
<a href="{{templateParentPath}}__template#edit"
|
|
<a href="{{templateParentPath}}__template#edit"
|
|
|
class="btn btn-sm btn-primary" id="template-button-decendants">
|
|
class="btn btn-sm btn-primary" id="template-button-decendants">
|
|
|
{{ t("Edit") }}
|
|
{{ t("Edit") }}
|