Add issuer on landing page

This commit is contained in:
benji 2017-01-14 22:54:07 +01:00
parent c5176aa479
commit 696c6aae53
2 changed files with 9 additions and 0 deletions

View File

@ -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 {

View File

@ -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