Add issuer on landing page
This commit is contained in:
parent
c5176aa479
commit
696c6aae53
2 changed files with 9 additions and 0 deletions
|
@ -81,6 +81,12 @@ a.login-button {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.transaction-issuer {
|
||||||
|
display: inline-block;
|
||||||
|
color: #90949c;
|
||||||
|
font-size: 70%;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.transaction-block-r {
|
.transaction-block-r {
|
||||||
|
|
|
@ -13,6 +13,9 @@
|
||||||
= t[:message]
|
= t[:message]
|
||||||
.transaction-peer
|
.transaction-peer
|
||||||
= t[:peer]
|
= t[:peer]
|
||||||
|
- if t[:peer] != t[:issuer]
|
||||||
|
.transaction-issuer
|
||||||
|
= "issued by #{t[:issuer]}"
|
||||||
.transaction-block-r
|
.transaction-block-r
|
||||||
= euro_from_cents t[:amount]
|
= euro_from_cents t[:amount]
|
||||||
.clear-both
|
.clear-both
|
||||||
|
|
Loading…
Reference in a new issue