added full channel ID to channel page

This commit is contained in:
bill bittner 2017-09-28 16:45:14 -07:00
parent a0d1cb4f5c
commit 742209594f
2 changed files with 2 additions and 2 deletions
public/assets/css
views

View file

@ -40,7 +40,7 @@ h3 {
} }
.h3--secondary { .h3--secondary {
color: #999999; color: lightgray;
} }
h4 { h4 {

View file

@ -1,7 +1,7 @@
<div class="wrapper"> <div class="wrapper">
{{> topBar}} {{> topBar}}
<div> <div>
<h3>{{this.channelName}}<span class="h3--secondary">:{{this.shortChannelId}}</span></h3> <h3>{{this.channelName}}<span class="h3--secondary">:{{this.longChannelId}}</span></h3>
<p>Below is all the free content in this channel.</p> <p>Below is all the free content in this channel.</p>
{{#each this.claims}} {{#each this.claims}}
{{> contentListItem}} {{> contentListItem}}