Small layout improvement.
This commit is contained in:
parent
fde2c0e43a
commit
eb48ac0e4f
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
<th <% if row.style: %>style="<%= row.style %>"<% end %>><%- @T( row.display ) %></th>
|
<th <% if row.style: %>style="<%= row.style %>"<% end %>><%- @T( row.display ) %></th>
|
||||||
<% end %>
|
<% end %>
|
||||||
<% if @destroy: %>
|
<% if @destroy: %>
|
||||||
<th class="span2"><%- @T('Destroy') %></th>
|
<th class="span2"><%- @T('Delete') %></th>
|
||||||
<% end %>
|
<% end %>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
Loading…
Reference in a new issue