Skip to content

Commit 496af95

Browse files
committed
Auto merge of #1822 - rust-lang:owner-invite-mobile, r=sgrif
Add owner invites link to mobile menu Closes #1819. [edit: I had more changes associated with this PR but decided to send them separately]
2 parents 111b7eb + 5e2a5a2 commit 496af95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/templates/application.hbs

+1
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)