resque / resque-web

a Rails-based web interface to Resque
235 stars 166 forks source link

Tabs not present #62

Open kaluznyo opened 10 years ago

kaluznyo commented 10 years ago

Hi,

I can't show any tabs in resque-web capture decran 2014-08-13 a 08 26 13

If I inspect code, tabs is present, but like in mobile version. I find the link to roll the menu (this button is in black on black)

capture d ecran 2014-08-13 a 08 26 23

Can I have a conflict with other CSS ?

I use resque-web 'master' or the last stable version

darinkrauss commented 10 years ago

I ran into this same problem. If you can, try downgrading the version of the twitter-bootstrap-rails gem to version 2.2.8 (rather than the latest 3.2.0 version). This solved the problem for me, though I'll continue to look for a solution that doesn't involve downgrading.

kaluznyo commented 10 years ago

@darinkrauss It's work ! Thanks

mcfiredrill commented 10 years ago

Perhaps we are not bootstrap 3 compatible?

tarcieri commented 10 years ago

Some work is probably necessary to upgrade to Bootstrap 3

darinkrauss commented 10 years ago

I submitted a PR (https://github.com/resque/resque-web/pull/65) that addresses the Bootstrap 3 compatibility issue for the navigation bar. There are likely other issues, but at least the navigation bar is visible now.

darinkrauss commented 10 years ago

Rebased PR (#68).

seanlinsley commented 9 years ago

Looks like this is working on master.

uzzer commented 9 years ago

It does not work for me on master

maksimf commented 8 years ago

Still have this issue

mcfiredrill commented 8 years ago

@maksimf I think this was fixed in this PR https://github.com/resque/resque-web/pull/68 which is released in the latest version of the gem (0.0.7).

Are you using 0.0.7 of this gem?

maksimf commented 8 years ago

@mcfiredrill nope, I'm using version from resque-2 branch, which is 0.0.5. Does 0.0.7 support resque-2.0.0.pre1 as well?

mcfiredrill commented 8 years ago

@maksimf Sorry I haven't updated the resque-2 branch at all. I'm not sure if resque 2 development is still happening.

maksimf commented 8 years ago

I'll downgrade twitter-bootstrap gem then, thank you