1
0
Fork 0
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:
Mike Perham 2013-04-25 10:01:01 -07:00
commit 7751e6f996

View file

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