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