Skip to content

Commit

Permalink
Display confirmation for admits
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaolinZhang committed Aug 7, 2018
1 parent aec5dc9 commit 78403bb
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 78403bb

Please sign in to comment.