Tighter editor layout with icons.
[redakcja.git] / src / wiki / templates / wiki / tabs / source_editor_item.html
1 {% load i18n %}
2 <li id="CodeMirrorPerspective" class="nav-item"
3         data-ui-related="source-editor"
4         data-ui-jsclass="CodeMirrorPerspective">
5   <a class="nav-link" href="#" title="{% trans "Source code" %}">
6     <span class="d-xl-none">&lt;&gt;</span>
7     <span class="d-none d-xl-inline">{% trans "Source code" %}</span>
8   </a>
9 </li>