From 742209594fcc6ea6f4ab1e848736ede4e8eeb067 Mon Sep 17 00:00:00 2001 From: bill bittner <bittner.w@gmail.com> Date: Thu, 28 Sep 2017 16:45:14 -0700 Subject: [PATCH] added full channel ID to channel page --- public/assets/css/BEM.css | 2 +- views/channel.handlebars | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/css/BEM.css b/public/assets/css/BEM.css index 17637020..dfa8262e 100644 --- a/public/assets/css/BEM.css +++ b/public/assets/css/BEM.css @@ -40,7 +40,7 @@ h3 { } .h3--secondary { - color: #999999; + color: lightgray; } h4 { diff --git a/views/channel.handlebars b/views/channel.handlebars index d2fbda49..9434af0c 100644 --- a/views/channel.handlebars +++ b/views/channel.handlebars @@ -1,7 +1,7 @@ <div class="wrapper"> {{> topBar}} <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> {{#each this.claims}} {{> contentListItem}}