From f1830f5322cf43747551295dd810d608257467c8 Mon Sep 17 00:00:00 2001 From: Ralf Teusner Date: Wed, 16 May 2018 15:30:18 +0200 Subject: [PATCH] re-introduce my_request_for_comments option for external_users --- app/views/application/_session.html.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/application/_session.html.slim b/app/views/application/_session.html.slim index e529c957..38e58588 100644 --- a/app/views/application/_session.html.slim +++ b/app/views/application/_session.html.slim @@ -9,8 +9,8 @@ li = link_to(t('consumers.show.link'), current_user.consumer) if current_user.consumer 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) + li = link_to(t('request_for_comments.index.get_my_comment_requests'), my_request_for_comments_path) - if current_user.internal_user? li = link_to(t('sessions.destroy.link'), sign_out_path, method: :delete) - else