Merge pull request #154 from MSFTserver/urls
add url to channel browsing
This commit is contained in:
commit
b440b1a3e1
1 changed files with 5 additions and 2 deletions
|
@ -18,7 +18,10 @@
|
|||
<li><i> {{this.description}}</i></li>
|
||||
<li><a href="/{{this.channelName}}:{{this.shortChannelId}}/{{this.name}}.{{this.fileExtension}}">spee.ch/{{this.channelName}}:{{this.shortChannelId}}/{{this.name}}.{{this.fileExtension}}</a></li>
|
||||
<li>License: {{this.license}}</li>
|
||||
<li>Claim: {{this.name}}</li>
|
||||
<li>
|
||||
Claim:
|
||||
<a href="lbry://{{this.name}}">lbry://{{this.name}}</a>
|
||||
</li>
|
||||
<li>Claim Id: {{this.claimId}}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -26,4 +29,4 @@
|
|||
{{/each}}
|
||||
</div>
|
||||
{{> footer}}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue