Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.

Commit

Permalink
feat(navigation): added a link to the wiki for help
Browse files Browse the repository at this point in the history
closes #82
  • Loading branch information
seiyria committed Oct 31, 2015
1 parent 50a6e60 commit c863620
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/jade/partials/navbar.jade
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ script(type="text/ng-template", id="navbar")
ng-md-icon(icon="settings", size="24")
span  Settings

md-menu-item
md-button(target="_blank", href="https://github.com/seiyria/tournamentmango/wiki")
ng-md-icon(icon="help", size="24")
span  Help

md-menu-item
md-button(ng-click="auth.doLogout()")
ng-md-icon(icon="logout", size="24")
Expand Down
2 changes: 1 addition & 1 deletion src/jade/partials/tournaments/not-started.jade
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ script(type="text/ng-template", id="/tournaments/not-started")
md-list.player-bucket-list(flex, sv-root, sv-part="bucket")
md-subheader.no-padding
div(flex, layout="row", layout-align="center center")
span(flex, flex-offset="5") Players ({{bucket.length}})
span(flex, offset="5") Players ({{bucket.length}})
span(flex)
span.text-right(flex)
md-button.md-fab.md-mini.md-primary(ng-show="showBucketButton()", ng-click="addBucketToBucket()")
Expand Down

0 comments on commit c863620

Please sign in to comment.