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;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.transaction-issuer {
|
||||
display: inline-block;
|
||||
color: #90949c;
|
||||
font-size: 70%;
|
||||
}
|
||||
}
|
||||
|
||||
.transaction-block-r {
|
||||
|
|
|
@ -13,6 +13,9 @@
|
|||
= t[:message]
|
||||
.transaction-peer
|
||||
= t[:peer]
|
||||
- if t[:peer] != t[:issuer]
|
||||
.transaction-issuer
|
||||
= "issued by #{t[:issuer]}"
|
||||
.transaction-block-r
|
||||
= euro_from_cents t[:amount]
|
||||
.clear-both
|
||||
|
|
Loading…
Reference in a new issue