resque-web icon indicating copy to clipboard operation
resque-web copied to clipboard

Tabs not present

Open kaluznyo opened this issue 10 years ago • 13 comments

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

kaluznyo avatar Aug 13 '14 06:08 kaluznyo

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.

darinkrauss avatar Aug 14 '14 19:08 darinkrauss

@darinkrauss It's work ! Thanks

kaluznyo avatar Aug 15 '14 07:08 kaluznyo

Perhaps we are not bootstrap 3 compatible?

mcfiredrill avatar Aug 15 '14 07:08 mcfiredrill

Some work is probably necessary to upgrade to Bootstrap 3

tarcieri avatar Aug 15 '14 16:08 tarcieri

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 avatar Aug 15 '14 17:08 darinkrauss

Rebased PR (#68).

darinkrauss avatar Aug 21 '14 21:08 darinkrauss

Looks like this is working on master.

seanlinsley avatar Apr 23 '15 15:04 seanlinsley

It does not work for me on master

uzzer avatar May 12 '15 12:05 uzzer

Still have this issue

maksimf avatar Nov 19 '15 09:11 maksimf

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

mcfiredrill avatar Nov 19 '15 10:11 mcfiredrill

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

maksimf avatar Nov 19 '15 11:11 maksimf

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

mcfiredrill avatar Nov 19 '15 11:11 mcfiredrill

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

maksimf avatar Nov 19 '15 14:11 maksimf