|
@@ -14,14 +14,14 @@
|
|
|
<div class="panel panel-default">
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading">{{ t('template.local.label') }}</div>
|
|
<div class="panel-heading">{{ t('template.local.label') }}</div>
|
|
|
<div class="panel-body">
|
|
<div class="panel-body">
|
|
|
- <p class="text-center"><code>__template</code></p>
|
|
|
|
|
|
|
+ <p class="text-center"><code>_template</code></p>
|
|
|
<p class="help-block text-center"><small>{{ t('template.local.desc') }}</small></p>
|
|
<p class="help-block text-center"><small>{{ t('template.local.desc') }}</small></p>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="panel-footer text-center">
|
|
<div class="panel-footer text-center">
|
|
|
{% if localTemplateExists %}
|
|
{% if localTemplateExists %}
|
|
|
- <a href="{{ page.path }}/__template#edit-form"><button class="btn btn-sm btn-primary">{{ t('Edit') }}</button></a>
|
|
|
|
|
|
|
+ <a href="{{ page.path }}/_template#edit-form"><button class="btn btn-sm btn-primary">{{ t('Edit') }}</button></a>
|
|
|
{% else %}
|
|
{% else %}
|
|
|
- <a href="{{ page.path }}/__template#edit-form"><button class="btn btn-sm btn-primary">{{ t('Create') }}</button></a>
|
|
|
|
|
|
|
+ <a href="{{ page.path }}/_template#edit-form"><button class="btn btn-sm btn-primary">{{ t('Create') }}</button></a>
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -30,14 +30,14 @@
|
|
|
<div class="panel panel-default">
|
|
<div class="panel panel-default">
|
|
|
<div class="panel-heading">{{ t('template.global.label') }}</div>
|
|
<div class="panel-heading">{{ t('template.global.label') }}</div>
|
|
|
<div class="panel-body">
|
|
<div class="panel-body">
|
|
|
- <p class="text-center"><code>_template</code></p>
|
|
|
|
|
|
|
+ <p class="text-center"><code>__template</code></p>
|
|
|
<p class="help-block text-center"><small>{{ t('template.global.desc') }}</small></p>
|
|
<p class="help-block text-center"><small>{{ t('template.global.desc') }}</small></p>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="panel-footer text-center">
|
|
<div class="panel-footer text-center">
|
|
|
{% if globalTemplateExists %}
|
|
{% if globalTemplateExists %}
|
|
|
- <a href="{{ page.path }}/_template#edit-form"><button class="btn btn-sm btn-primary">{{ t('Edit') }}</button></a>
|
|
|
|
|
|
|
+ <a href="{{ page.path }}/__template#edit-form"><button class="btn btn-sm btn-primary">{{ t('Edit') }}</button></a>
|
|
|
{% else %}
|
|
{% else %}
|
|
|
- <a href="{{ page.path }}/_template#edit-form"><button class="btn btn-sm btn-primary">{{ t('Create') }}</button></a>
|
|
|
|
|
|
|
+ <a href="{{ page.path }}/__template#edit-form"><button class="btn btn-sm btn-primary">{{ t('Create') }}</button></a>
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|