Some style changes

This commit is contained in:
2017-11-05 20:39:19 +01:00
parent a423e64841
commit 4cdc23d8f7
4 changed files with 16 additions and 15 deletions

View File

@ -52,4 +52,4 @@ component SoundTrackTabs(track *arn.SoundTrack, user *arn.User)
.tabs
Tab("Soundtrack", "music", track.Link())
Tab("Edit", "pencil", track.Link() + "/edit")
TabLike(strconv.Itoa(len(track.Likes)), "heart", track, user)
TabLikeTrack(strconv.Itoa(len(track.Likes)), "heart", track, user)