minor changes
This commit is contained in:
@ -16,4 +16,4 @@
|
|||||||
- else
|
- else
|
||||||
= t("#{controller_name}.index.#{params[:action]}")
|
= t("#{controller_name}.index.#{params[:action]}")
|
||||||
- else
|
- else
|
||||||
li.active = t("breadcrumbs.#{params[:action]}")
|
li.active = t("breadcrumbs.#{controller_name}.#{params[:action]}")
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
h1 = t('breadcrumbs.welcome')
|
h1 = t('breadcrumbs.application.welcome')
|
||||||
|
|
||||||
p = Forgery(:lorem_ipsum).words(100)
|
p = Forgery(:lorem_ipsum).words(100)
|
||||||
|
@ -126,8 +126,10 @@ de:
|
|||||||
application:
|
application:
|
||||||
not_authorized: Sie Sind nicht berechtigt, diese Aktion auszuführen.
|
not_authorized: Sie Sind nicht berechtigt, diese Aktion auszuführen.
|
||||||
breadcrumbs:
|
breadcrumbs:
|
||||||
destroy_through_lti: Code-Abgabe
|
application:
|
||||||
welcome: Startseite
|
welcome: Startseite
|
||||||
|
sessions:
|
||||||
|
destroy_through_lti: Code-Abgabe
|
||||||
consumers:
|
consumers:
|
||||||
show:
|
show:
|
||||||
link: Konsument
|
link: Konsument
|
||||||
|
@ -126,8 +126,10 @@ en:
|
|||||||
application:
|
application:
|
||||||
not_authorized: You are not authorized to perform this action.
|
not_authorized: You are not authorized to perform this action.
|
||||||
breadcrumbs:
|
breadcrumbs:
|
||||||
destroy_through_lti: Code Submission
|
application:
|
||||||
welcome: Cover Page
|
welcome: Cover Page
|
||||||
|
sessions:
|
||||||
|
destroy_through_lti: Code Submission
|
||||||
consumers:
|
consumers:
|
||||||
show:
|
show:
|
||||||
link: Consumer
|
link: Consumer
|
||||||
|
Reference in New Issue
Block a user