Merge branch 'develop' of github.com:martini/zammad into develop

This commit is contained in:
Felix Niklas 2015-10-22 13:24:52 +02:00
commit ad0394e73e

View file

@ -14,7 +14,7 @@
<th style="width: 22px"></th>
<% end %>
<% for item, i in @header: %>
<th<%= " class='#{ item.className }'" if item.className %><%= " style='#{ item.style }'" if item.style %>>
<th<%= " class='#{ item.className }'" if item.className %><%= " style='#{ item.style }'" if item.style %> data-column-key="<%= item.name %>">
<div class="table-column-title">
<%- @T( item.display ) %>
<% if item.sortOrderIcon: %>