Removed not implemented view switch.

This commit is contained in:
Martin Edenhofer 2015-05-25 10:48:07 +02:00
parent d2b1e69326
commit ca2cadad1d

View file

@ -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>