Release AMVs

This commit is contained in:
Eduard Urbach 2018-04-15 11:30:25 +02:00
parent fa3bba2acf
commit 4411efc0fe

View File

@ -31,7 +31,6 @@ component Sidebar(user *arn.User)
SidebarButton("Forum", "/forum", "comment") SidebarButton("Forum", "/forum", "comment")
SidebarButton("Explore", "/explore", "th") SidebarButton("Explore", "/explore", "th")
SidebarButton("Calendar", "/calendar", "calendar") SidebarButton("Calendar", "/calendar", "calendar")
if arn.IsDevelopment()
SidebarButton("AMVs", "/amvs", "video-camera") SidebarButton("AMVs", "/amvs", "video-camera")
SidebarButton("Soundtracks", "/soundtracks", "headphones") SidebarButton("Soundtracks", "/soundtracks", "headphones")
SidebarButton("Quotes", "/quotes", "quote-left") SidebarButton("Quotes", "/quotes", "quote-left")