mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Merge pull request #875 from ogom/custom_tabs_title_locale
Custom tab will be included in the translation?
This commit is contained in:
commit
7751e6f996
1 changed files with 2 additions and 1 deletions
|
@ -13,4 +13,5 @@
|
|||
|
||||
- custom_tabs.each do |title, url|
|
||||
li class="#{(current_path =~ Regexp.new(url)) ? 'active':''}"
|
||||
a href='#{{root_path}}#{{url}}' = title
|
||||
a href='#{{root_path}}#{{url}}' = t(title)
|
||||
|
||||
|
|
Loading…
Reference in a new issue