mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
Adding icon to Action link
This commit is contained in:
parent
73588ea22b
commit
bb6f6e7d27
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
|||
<th width="30px"></th>
|
||||
<th width="165px">Date</th>
|
||||
<th>Message</th>
|
||||
<th width="70px"> </th>
|
||||
<th width="80px"> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -57,7 +57,7 @@
|
|||
<td>
|
||||
@if (!String.IsNullOrEmpty(item.ActionLink))
|
||||
{
|
||||
<a href="@item.ActionLink">Action</a>
|
||||
<a href="@item.ActionLink">Action <i class="fa fa-angle-double-right"></i></a>
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue