Tighter editor layout with icons.
[redakcja.git] / src / wiki / templates / wiki / tabs / history_view_item.html
index 8e88451..e3d00ac 100644 (file)
@@ -1,4 +1,7 @@
 {% load i18n %}
 <li id="HistoryPerspective" data-ui-related="history-view-editor" data-ui-jsclass="HistoryPerspective" class="nav-item">
-    <a href="#" class="nav-link">{% trans "History" %}</a>
+  <a class="nav-link" href="#" title="{% trans "History" %}">
+    <span class="d-xl-none">&#x23F0;</span>
+    <span class="d-none d-xl-inline">{% trans "History" %}</span>
+  </a>
 </li>