Add link to all requests

This commit is contained in:
Maximilian Grundke
2016-04-26 14:21:25 +02:00
parent 1902760c61
commit ba040beceb
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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.

View File

@ -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: