mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-03 21:34:29 +01:00
Adding icon to Action link
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user