aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/app.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-01-31 10:19:34 +0100
committerChocobozzz <me@florianbigard.com>2018-01-31 10:19:34 +0100
commit915c5bbe538769b1d3430b27817d6a861c766ef3 (patch)
tree9200deffc7d1a83eed52a01b6fb3755776c51ca9 /client/src/app/app.component.html
parentc8cf5952f3be2dd64016c10dfe1825a6de1ec39b (diff)
downloadPeerTube-915c5bbe538769b1d3430b27817d6a861c766ef3.tar.gz
PeerTube-915c5bbe538769b1d3430b27817d6a861c766ef3.tar.zst
PeerTube-915c5bbe538769b1d3430b27817d6a861c766ef3.zip
Add version in footer
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 1a808b397..ba7debc71 100644
--- a/client/src/app/app.component.html
+++ b/client/src/app/app.component.html
@@ -27,7 +27,7 @@
27 </div> 27 </div>
28 28
29 <footer class="row"> 29 <footer class="row">
30 <a href="https://github.com/Chocobozzz/PeerTube" title="PeerTube on Github">PeerTube</a> - 30 <a href="https://github.com/Chocobozzz/PeerTube" title="PeerTube on Github">PeerTube v{{ serverVersion }}</a> -
31 <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube licence">CopyLeft 2015-2017</a> 31 <a href="https://github.com/Chocobozzz/PeerTube/blob/develop/LICENSE" title="PeerTube licence">CopyLeft 2015-2017</a>
32 </footer> 32 </footer>
33 </div> 33 </div>