aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-12-13 10:19:41 +0100
committerChocobozzz <me@florianbigard.com>2019-12-13 10:19:41 +0100
commitdbdf2d51c6fe50d761ad6286e09f6c75356d2142 (patch)
tree63b74e7ea5cfa97db040acaa1445f822f46750e5 /client/src/app/app.component.html
parentee83ad12caecfb46bbdda5af5e87b9ca584944a0 (diff)
downloadPeerTube-dbdf2d51c6fe50d761ad6286e09f6c75356d2142.tar.gz
PeerTube-dbdf2d51c6fe50d761ad6286e09f6c75356d2142.tar.zst
PeerTube-dbdf2d51c6fe50d761ad6286e09f6c75356d2142.zip
Add peertube version in features table
Diffstat (limited to 'client/src/app/app.component.html')
-rw-r--r--client/src/app/app.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/app.component.html b/client/src/app/app.component.html
index 81b4351c5..057a4e19e 100644
--- a/client/src/app/app.component.html
+++ b/client/src/app/app.component.html
@@ -29,7 +29,7 @@
29 </div> 29 </div>
30 30
31 <footer class="row"> 31 <footer class="row">
32 <a href="https://joinpeertube.org" title="PeerTube website" target="_blank" rel="noopener noreferrer">PeerTube v{{ serverVersion }}{{ serverCommit }}</a>&nbsp;-&nbsp; 32 <a href="https://joinpeertube.org" title="PeerTube website" target="_blank" rel="noopener noreferrer">PeerTube v{{ getServerVersionAndCommit() }}</a>&nbsp;-&nbsp;
33 <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube license" target="_blank" rel="noopener noreferrer">CopyLeft 2015-2019</a> 33 <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube license" target="_blank" rel="noopener noreferrer">CopyLeft 2015-2019</a>
34 </footer> 34 </footer>
35 </div> 35 </div>