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