2
0
Эх сурвалжийг харах

ensure not to show presentation button when page is not exists

Yuki Takei 9 жил өмнө
parent
commit
2f2122ed78
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      lib/views/page.html

+ 1 - 1
lib/views/page.html

@@ -146,8 +146,8 @@
     </li>
     {% if page %}
     <li class="pull-right"><a href="#revision-history" data-toggle="tab"><i class="fa fa-history"></i> History</a></li>
-    {% endif %}
     <li class="pull-right"><a href="?presentation=1" class="toggle-presentation"><i class="fa fa-film"></i> {{ t('Presentation Mode') }}</a></li>
+    {% endif %}
   </ul>
   {% endif %}