diff --git a/app/views/application/_session.html.slim b/app/views/application/_session.html.slim
index cbbf3b12..eb9f4d23 100644
--- a/app/views/application/_session.html.slim
+++ b/app/views/application/_session.html.slim
@@ -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
diff --git a/config/locales/de.yml b/config/locales/de.yml
index 18f2e667..59cd816c 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -458,6 +458,7 @@ de:
get_my_comment_requests: Meine Kommentaranfragen
all: "Alle Kommentaranfragen"
get_rfcs_with_my_comments: Kommentaranfragen die ich kommentiert habe
+ get_my_rfc_activity: "Meine Kommentaraktivität"
no_question: "Der Autor hat keine Frage zu dieser Anfrage gestellt."
mark_as_solved: "Diese Frage als beantwortet markieren"
show_all: "Alle Anfragen anzeigen"
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 8db86035..e20a0191 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -479,6 +479,7 @@ en:
all: All Requests for Comments
get_my_comment_requests: My Requests for Comments
get_rfcs_with_my_comments: Requests for Comments I have commented on
+ get_my_rfc_activity: "My Comment Activity"
no_question: "The author did not enter a question for this request."
mark_as_solved: "Mark this question as answered"
show_all: "All requests"