minor changes
This commit is contained in:
@ -16,4 +16,4 @@
|
||||
- else
|
||||
= t("#{controller_name}.index.#{params[:action]}")
|
||||
- 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)
|
||||
|
Reference in New Issue
Block a user