Skip to content

Commit

Permalink
[user-badge:template] - Fix typo #1126
Browse files Browse the repository at this point in the history
  • Loading branch information
sachalifs authored and jfresco committed Dec 11, 2015
1 parent ea8d7ea commit 08120da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/user-badge/template.jade
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- if (user.staff)
li: a(href='/admin')= t('header.admin')
li.visible-xs
a(href='/Notifications')=t('notifications.title')
a(href='/notifications')=t('notifications.title')
li: a(href='/settings')= t('header.settings')
- if (config.frequentlyAskedQuestions)
li: a(href="/help/faq")= t('help.faq.title')
Expand Down

0 comments on commit 08120da

Please sign in to comment.