Add link to comment activity to session menu

This commit is contained in:
Maximilian Grundke
2017-08-13 16:13:40 +02:00
parent 06f11ae6f5
commit 5de32edcc9
3 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@
li = link_to(t('internal_users.show.link'), current_user)
li = link_to(t('request_for_comments.index.all'), request_for_comments_path)
li = link_to(t('request_for_comments.index.get_my_comment_requests'), my_request_for_comments_path)
li = link_to(t('request_for_comments.index.get_my_rfc_activity'), my_rfc_activity_path)
- if current_user.internal_user?
li = link_to(t('sessions.destroy.link'), sign_out_path, method: :delete)
- else