Skip to content

Commit 5e2a5a2

Browse files
committed
add owner invites link to mobile dropdown menu
1 parent 27bd9a8 commit 5e2a5a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/templates/application.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
{{#if session.currentUser}}
9393
<li>{{#link-to 'dashboard'}}Dashboard{{/link-to}}</li>
9494
<li>{{#link-to 'me'}}Account Settings{{/link-to}}</li>
95+
<li>{{#link-to 'me.pending-invites'}}Owner Invites{{/link-to}}</li>
9596
<li class='last'>{{#link-to 'logout'}}Sign Out{{/link-to}}</li>
9697
{{else}}
9798
<li>{{#link-to "login"}}Log in with GitHub{{/link-to}}</li>

0 commit comments

Comments
 (0)