Add link to comment activity to session menu
This commit is contained in:
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user