1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Merge branch 'master' of github.com:mperham/sidekiq

This commit is contained in:
Mike Perham 2012-11-30 13:23:16 -08:00
commit dc9e9d411a
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,7 @@ rvm:
- 1.9.3
- jruby-19mode
- rbx-19mode
- 2.0
branches:
only:
- master
@ -15,3 +16,4 @@ matrix:
allow_failures:
- rvm: jruby-19mode
- rvm: rbx-19mode
- rvm: 2.0

View file

@ -9,7 +9,7 @@
div.nav-collapse
ul.nav
- tabs.each do |title, url|
- if url.blank?
- if url != ''
li class="#{(current_path == url) ? 'active':''}"
a href='#{{root_path}}#{{url}}' #{title}
- else