Skip to content

Commit

Permalink
Link to tournament manager for mods from mod menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Unihedro committed Jun 19, 2016
1 parent a87aa1e commit 9a98835
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/mod/menu.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
@if(isGranted(_.StreamConfig)) {
<a class="@active.active("stream")" href="@routes.Tv.streamConfig">Streams</a>
}
@if(isGranted(_.ManageTournament)) {
<a class="@active.active("index")" href="@routes.TournamentCrud.index">Recent tournaments</a>
}
@if(isGranted(_.SeeReport)) {
<a class="@active.active("log")" href="@routes.Mod.log">Mod log</a>
}
Expand Down

0 comments on commit 9a98835

Please sign in to comment.