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>
|
||||
<% 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: %>
|
||||
|
|
Loading…
Reference in a new issue