Merge pull request #3137 from DanYoSon/trans-format-fix

add 2 <th> to fix header row border, fix alignment on action btn
This commit is contained in:
James Cole 2020-02-21 05:05:10 +00:00 committed by GitHub
commit cbc43b9dc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,8 @@ TODO: hide and show columns
{% if showBudget %}
<th>{{ trans('list.budget') }}</th>
{% endif %}
<th>&nbsp;</th>
<th>&nbsp;</th>
</tr>
</thead>
<tbody>
@ -174,7 +176,7 @@ TODO: hide and show columns
{% if group.count == 1 %}
<td style=" {{ style|raw }};">
<div class="btn-group btn-group-xs">
<div class="btn-group btn-group-xs pull-right">
<button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
{{ 'actions'|_ }} <span class="caret"></span></button>
<ul class="dropdown-menu dropdown-menu-right" role="menu">