Add new route to view all RFCs the user has commented on
This commit is contained in:
@@ -457,6 +457,7 @@ de:
|
||||
index:
|
||||
get_my_comment_requests: Meine Kommentaranfragen
|
||||
all: "Alle Kommentaranfragen"
|
||||
get_rfcs_with_my_comments: Kommentaranfragen die ich kommentiert habe
|
||||
no_question: "Der Autor hat keine Frage zu dieser Anfrage gestellt."
|
||||
mark_as_solved: "Diese Frage als beantwortet markieren"
|
||||
show_all: "Alle Anfragen anzeigen"
|
||||
|
@@ -478,6 +478,7 @@ en:
|
||||
index:
|
||||
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
|
||||
no_question: "The author did not enter a question for this request."
|
||||
mark_as_solved: "Mark this question as answered"
|
||||
show_all: "All requests"
|
||||
|
@@ -20,6 +20,7 @@ Rails.application.routes.draw do
|
||||
end
|
||||
end
|
||||
get '/my_request_for_comments', as: 'my_request_for_comments', to: 'request_for_comments#get_my_comment_requests'
|
||||
get '/my_rfc_activity', as: 'my_rfc_activity', to: 'request_for_comments#get_rfcs_with_my_comments'
|
||||
|
||||
delete '/comment_by_id', to: 'comments#destroy_by_id'
|
||||
put '/comments', to: 'comments#update'
|
||||
|
Reference in New Issue
Block a user