personal settings: same width notification columns
This commit is contained in:
parent
ba17911941
commit
901759ae16
1 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,10 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
<th><%- @T('My Tickets') %>
|
<th width="120px" style="text-align: center;"><%- @T('My Tickets') %>
|
||||||
<th><%- @T('Not Assigned') %> *
|
<th width="120px" style="text-align: center;"><%- @T('Not Assigned') %> *
|
||||||
<th><%- @T('All Tickets') %> *
|
<th width="120px" style="text-align: center;"><%- @T('All Tickets') %> *
|
||||||
<th class="settings-list-separator"><%- @T('Notify also via Email') %>
|
<th class="settings-list-separator" style="text-align: center;"><%- @T('Notify also via Email') %>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<% if @config.matrix: %>
|
<% if @config.matrix: %>
|
||||||
|
|
Loading…
Reference in a new issue