|
|
@@ -4,13 +4,13 @@
|
|
|
{#
|
|
|
Left Tabs
|
|
|
#}
|
|
|
- <li class=" {% if not req.body.pageForm %}active{% endif %}" data-toggle="tooltip">
|
|
|
+ <li class="nav-main-left-tab {% if not req.body.pageForm %}active{% endif %}">
|
|
|
<a href="#revision-body" data-toggle="tab">
|
|
|
- <i class="icon-control-play"></i> View
|
|
|
+ <i class="icon-control-play"></i> View
|
|
|
</a>
|
|
|
</li>
|
|
|
|
|
|
- <li {% if req.body.pageForm %}class="active"{% endif %}>
|
|
|
+ <li class="nav-main-left-tab {% if req.body.pageForm %}active{% endif %}">
|
|
|
<a {% if user %}href="#edit-form" data-toggle="tab"{% endif %} class="edit-button {% if not user %}edit-button-disabled{% endif %}">
|
|
|
<i class="icon-note"></i> {{ t('Edit') }}
|
|
|
</a>
|