Add link to all requests
This commit is contained in:
@ -8,6 +8,7 @@
|
|||||||
ul.dropdown-menu role='menu'
|
ul.dropdown-menu role='menu'
|
||||||
li = link_to(t('consumers.show.link'), current_user.consumer) if current_user.consumer
|
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('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_comment_requests'), my_request_for_comments_path)
|
||||||
li = link_to(t('sessions.destroy.link'), sign_out_path, method: :delete)
|
li = link_to(t('sessions.destroy.link'), sign_out_path, method: :delete)
|
||||||
- else
|
- else
|
||||||
|
@ -322,6 +322,7 @@ de:
|
|||||||
request_for_comments:
|
request_for_comments:
|
||||||
index:
|
index:
|
||||||
get_my_comment_requests: Meine Kommentaranfragen
|
get_my_comment_requests: Meine Kommentaranfragen
|
||||||
|
all: "Alle Kommentaranfragen"
|
||||||
sessions:
|
sessions:
|
||||||
create:
|
create:
|
||||||
failure: Fehlerhafte E-Mail oder Passwort.
|
failure: Fehlerhafte E-Mail oder Passwort.
|
||||||
|
@ -321,6 +321,7 @@ en:
|
|||||||
subject: Password reset instructions
|
subject: Password reset instructions
|
||||||
request_for_comments:
|
request_for_comments:
|
||||||
index:
|
index:
|
||||||
|
all: All Requests for Comments
|
||||||
get_my_comment_requests: My Requests for Comments
|
get_my_comment_requests: My Requests for Comments
|
||||||
sessions:
|
sessions:
|
||||||
create:
|
create:
|
||||||
|
Reference in New Issue
Block a user