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