diff --git a/src/Template/Main/tx.ctp b/src/Template/Main/tx.ctp
index 000115d..f6019ca 100644
--- a/src/Template/Main/tx.ctp
+++ b/src/Template/Main/tx.ctp
@@ -136,9 +136,10 @@
foreach ($outputs as $out): ?>
- IsSupportClaim): ?>
- IsUpdateClaim): ?>
- IsClaim): ?>
+ IsClaim or $out->IsSupportClaim or $out->IsUpdateClaim): ?>
View
+ IsSupportClaim): ?>
SUPPORT
+ IsUpdateClaim): ?>
UPDATE
+ IsClaim): ?>
CLAIM
diff --git a/webroot/css/main.css b/webroot/css/main.css
index 684b350..88c9ad7 100644
--- a/webroot/css/main.css
+++ b/webroot/css/main.css
@@ -252,7 +252,7 @@ footer .content .page-time { position: absolute; right: 12px; bottom: 0px; paddi
.tx-details-layout .outputs .output .labels .support { background: #ffeb3b }
.tx-details-layout .outputs .output .labels .update { background: #ea80fc }
.tx-details-layout .outputs .output .labels .claim { background: #76ff03 }
-.tx-details-layout .outputs .output .view-claim { text-decoration: none; color: black }
+.tx-details-layout .outputs .output .view-claim { font-size: 80%; }
.tx-details-layout .inputs .input .value, .tx-details-layout .outputs .output .value { font-weight: normal }
.tx-details-layout .inputs .input.is-source, .tx-details-layout .outputs .output.is-source { border-right-width: 18px; border-right-color: #1e88e5; background: #e3f2fd }
.tx-details-layout .inputs .input.highlighted, .tx-details-layout .outputs .output.highlighted { background: #f1f8e9 }