Skip to content

Commit

Permalink
Merge pull request #80 from yuchong-pan/sl-qrgen
Browse files Browse the repository at this point in the history
Display confirmation for admits
  • Loading branch information
ShaolinZhang authored Aug 7, 2018
2 parents 3938154 + 78403bb commit 4bfc5f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hackinit/quill/app/client/views/sidebar/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div
ui-sref-active="active"
ui-sref="app.confirmation"
ng-show="!pastConfirmation && currentUser.status.admitted && !currentUser.status.declined"
ng-show="currentUser.status.admitted && !currentUser.status.declined"
class="item">
Confirmation 确认参赛
</div>
Expand Down
2 changes: 1 addition & 1 deletion hackshanghai/quill/app/client/views/sidebar/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<div
ui-sref-active="active"
ui-sref="app.confirmation"
ng-show="!pastConfirmation && currentUser.status.admitted && !currentUser.status.declined"
ng-show="currentUser.status.admitted && !currentUser.status.declined"
class="item">
Confirmation 确认参赛
</div>
Expand Down

0 comments on commit 4bfc5f3

Please sign in to comment.