Merge branch 'develop' of github.com:martini/zammad into develop
This commit is contained in:
commit
ad0394e73e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
<th style="width: 22px"></th>
|
<th style="width: 22px"></th>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% for item, i in @header: %>
|
<% 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">
|
<div class="table-column-title">
|
||||||
<%- @T( item.display ) %>
|
<%- @T( item.display ) %>
|
||||||
<% if item.sortOrderIcon: %>
|
<% if item.sortOrderIcon: %>
|
||||||
|
|
Loading…
Reference in a new issue