Improved tag rendering

This commit is contained in:
2017-10-16 01:35:28 +02:00
parent ed82c71220
commit 4a6f54ec52
3 changed files with 5 additions and 3 deletions

View File

@ -24,9 +24,9 @@ component Track(track *arn.SoundTrack)
.widget.mountable
h3.widget-title Tags
ul
.tags
each tag in track.Tags
li= tag
.tag= tag
.footer.text-center.mountable
if track.EditedBy != ""