Authentication #170

Merged
bones7242 merged 43 commits from authentication into master 2017-09-29 02:29:22 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 742209594f - Show all commits

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