Removed not implemented view switch.
This commit is contained in:
parent
d2b1e69326
commit
ca2cadad1d
1 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
<% if @edit: %>
|
||||
<div class="btn btn--action" data-type="settings"><%- @T('Options') %></div>
|
||||
<% end %>
|
||||
<!--
|
||||
<ul class="pagination">
|
||||
<% for item in @view_modes: %>
|
||||
<li class="<%= item.class %>">
|
||||
|
@ -15,6 +16,7 @@
|
|||
</li>
|
||||
<% end %>
|
||||
</ul>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue