Added another AMV test
This commit is contained in:
parent
1de38a35d5
commit
295216a254
@ -29,11 +29,18 @@ component AnimeMainColumn(anime *arn.Anime, listItem *arn.AnimeListItem, tracks
|
|||||||
AnimeRelations(anime, user, false)
|
AnimeRelations(anime, user, false)
|
||||||
AnimeTracks(anime, tracks, user, false)
|
AnimeTracks(anime, tracks, user, false)
|
||||||
|
|
||||||
if anime.ID == "LbbCcKiig" && user != nil && (user.Role == "editor" || user.Role == "admin")
|
if user != nil && (user.Role == "editor" || user.Role == "admin")
|
||||||
h3.mountable AMVs
|
if anime.ID == "LbbCcKiig"
|
||||||
.video-container.mountable
|
h3.mountable AMVs
|
||||||
video.video(controls="controls", controlsList="nodownload")
|
.video-container.amv.mountable
|
||||||
source(src="/videos/unchained.mp4", type="video/mp4")
|
video.video(controls="controls", controlsList="nodownload")
|
||||||
|
source(src="/videos/unchained.mp4", type="video/mp4")
|
||||||
|
|
||||||
|
if anime.ID == "7VjCpFiiR"
|
||||||
|
h3.mountable AMVs
|
||||||
|
.video-container.amv.mountable
|
||||||
|
video.video(controls="controls", controlsList="nodownload")
|
||||||
|
source(src="/videos/sunlight.mp4", type="video/mp4")
|
||||||
|
|
||||||
AnimeEpisodes(anime, episodes, user, false)
|
AnimeEpisodes(anime, episodes, user, false)
|
||||||
|
|
||||||
|
@ -159,6 +159,9 @@
|
|||||||
margin-top 0.6rem
|
margin-top 0.6rem
|
||||||
margin-bottom 0.4rem
|
margin-bottom 0.4rem
|
||||||
|
|
||||||
|
.amv
|
||||||
|
//
|
||||||
|
|
||||||
< 800px
|
< 800px
|
||||||
.anime-rating-categories
|
.anime-rating-categories
|
||||||
vertical
|
vertical
|
||||||
|
Loading…
Reference in New Issue
Block a user