Right-align "Actions" column in pull payments table

This commit is contained in:
Umar Bolatov 2020-07-12 12:35:11 -07:00
parent 6c71949888
commit ca1355f80c
No known key found for this signature in database
GPG Key ID: 2C1F9AEB371D2A28

View File

@ -69,7 +69,7 @@
</th>
<th scope="col">Name</th>
<th scope="col">Refunded</th>
<th scope="col">Actions</th>
<th scope="col" class="text-right">Actions</th>
</tr>
</thead>
<tbody>
@ -88,7 +88,7 @@
</div>
</div>
</td>
<td>
<td class="text-right">
<a asp-action="ViewPullPayment"
asp-controller="PullPayment"
asp-route-pullPaymentId="@pp.Id">View</a> | <a class="pp-payout" asp-action="Payouts"