diff --git a/app/views/application/_session.html.slim b/app/views/application/_session.html.slim index 1b1b2e5e..7468d24f 100644 --- a/app/views/application/_session.html.slim +++ b/app/views/application/_session.html.slim @@ -8,6 +8,7 @@ ul.dropdown-menu role='menu' 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('sessions.destroy.link'), sign_out_path, method: :delete) - else diff --git a/config/locales/de.yml b/config/locales/de.yml index f35a5442..7d5710e5 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -322,6 +322,7 @@ de: request_for_comments: index: get_my_comment_requests: Meine Kommentaranfragen + all: "Alle Kommentaranfragen" sessions: create: failure: Fehlerhafte E-Mail oder Passwort. diff --git a/config/locales/en.yml b/config/locales/en.yml index 399e6c66..f9306835 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -321,6 +321,7 @@ en: subject: Password reset instructions request_for_comments: index: + all: All Requests for Comments get_my_comment_requests: My Requests for Comments sessions: create: