settings: add VideosLink parameter
This commit is contained in:
parent
6034246015
commit
7da6f5cd0c
3 changed files with 10 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
<a class="btn btn-light" href="/rank">
|
||||
<span class="glyphicon glyphicon-list"></span> Classement
|
||||
</a>
|
||||
<a class="btn btn-light disabled" href="https://www.youtube.com/playlist?list=PLSJ8QLhKMtQv7jRhdAn9wXSMYTsvqfieX">
|
||||
<a class="btn btn-light" ng-class="{'disabled': settings.videoslink == ''}" href="{{ settings.videoslink }}">
|
||||
<span class="glyphicon glyphicon-blackboard"></span> Vidéos
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Reference in a new issue