mirror of
https://github.com/sigmasternchen/MyTube
synced 2025-03-15 21:08:55 +00:00
add video settings not implemented message
This commit is contained in:
parent
de2e13f6e6
commit
e6c83b31fe
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
||||||
<i class="fas fa-link"></i>
|
<i class="fas fa-link"></i>
|
||||||
</button>
|
</button>
|
||||||
<button class="btn btn-primary"
|
<button class="btn btn-primary"
|
||||||
onclick="">
|
onclick="alert('not yet implemented')">
|
||||||
<i class="fas fa-cog"></i>
|
<i class="fas fa-cog"></i>
|
||||||
</button>
|
</button>
|
||||||
<form action="{{ path("app_video_delete") }}" method="POST">
|
<form action="{{ path("app_video_delete") }}" method="POST">
|
||||||
|
|
Loading…
Reference in a new issue