|
@@ -41,6 +41,7 @@
|
|
|
Right Tabs
|
|
Right Tabs
|
|
|
#}
|
|
#}
|
|
|
|
|
|
|
|
|
|
+ <!-- presentation -->
|
|
|
{% if not page.isPortal() %}
|
|
{% if not page.isPortal() %}
|
|
|
<li class="nav-item ml-md-auto">
|
|
<li class="nav-item ml-md-auto">
|
|
|
<a href="?presentation=1" class="nav-link toggle-presentation">
|
|
<a href="?presentation=1" class="nav-link toggle-presentation">
|
|
@@ -49,6 +50,7 @@
|
|
|
</li>
|
|
</li>
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
+ <!-- revision-history -->
|
|
|
{% if page.isPortal() %}
|
|
{% if page.isPortal() %}
|
|
|
<li class="nav-item ml-md-auto">
|
|
<li class="nav-item ml-md-auto">
|
|
|
<a class="nav-link" href="#revision-history" role="tab" data-toggle="tab">
|
|
<a class="nav-link" href="#revision-history" role="tab" data-toggle="tab">
|
|
@@ -63,6 +65,7 @@
|
|
|
</li>
|
|
</li>
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
|
|
|
|
|
|
|
+ <!-- icon-options-vertical -->
|
|
|
{% if !isTrashPage() %}
|
|
{% if !isTrashPage() %}
|
|
|
{% if page.isPortal() %}
|
|
{% if page.isPortal() %}
|
|
|
<li class="nav-item">
|
|
<li class="nav-item">
|