Okay I am running into a bit of an issue. When I am using the gem the page renders as below. However when I include the link to the actual bootstrap css stylesheet, the navbar shows up correctly. Any idea what could be causing this problem? I have overridden nothing and don't intend on doing so.
Asked
Active
Viewed 79 times
0
-
Maybe you should add your CSS file that you are using – Althaf Hameez Jul 14 '13 at 00:08
-
Can you show us your `Gemfile` and `application.css` ? – rails_id Jul 14 '13 at 04:01
1 Answers
0
This was my own fault. Assets weren't being loaded since I hadn't restarted my rails server after making some changes to the gem file..

user1000232
- 219
- 2
- 4
- 14