|
|
@@ -14,11 +14,11 @@
|
|
|
|
|
|
{% include 'page_alerts.html' %}
|
|
|
|
|
|
-
|
|
|
- <!--
|
|
|
- kibela layoutのために一時差し替え
|
|
|
- {% include 'page_tabs.html' %} -->
|
|
|
- {% include 'page_tabs_kibela.html' %}
|
|
|
+ {% if !layoutType() || 'kibela' === layoutType() %}
|
|
|
+ {% include 'page_tabs_kibela.html' %}
|
|
|
+ {% else %}
|
|
|
+ {% include 'page_tabs.html' %}
|
|
|
+ {% endif %}
|
|
|
|
|
|
<div class="tab-content">
|
|
|
|