Skip to content

Commit

Permalink
updated /block view.
Browse files Browse the repository at this point in the history
  • Loading branch information
bonesoul committed Oct 1, 2014
1 parent 0b2ffdd commit fa95656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CoiniumServ/web/default/views/pool/block.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
@foreach (var paymentDetails in @Model.Payments)
{
<tr>
<td class="hidden-xs">@paymentDetails.PaymentId</td>
<td class="hidden-xs"><a href="/pool/@Model.Coin.Symbol/payment/@paymentDetails.PaymentId">@paymentDetails.PaymentId</a></td>
<td><a href="/pool/@Model.Coin.Symbol/account/address/@paymentDetails.Address">@paymentDetails.Address</a></td>
<td>
@if (paymentDetails.Completed)
Expand Down

0 comments on commit fa95656

Please sign in to comment.