Added AMV editing UI

This commit is contained in:
2018-04-14 23:51:18 +02:00
parent d19542b5aa
commit 42c72b6174
7 changed files with 82 additions and 5 deletions

7
mixins/AMV.pixy Normal file
View File

@ -0,0 +1,7 @@
component AMV(amv *arn.AMV, user *arn.User)
p= amv.Title.ByUser(user)
.amv.mountable
.video-container
video.video(controls="controls", controlsList="nodownload")
source(src="", type="video/webm")