On Wed, Feb 1, 2017 at 6:05 AM kranthi ramireddy <kranthismiles...@gmail.com>
wrote:

> i have a problem integrating bootstrap to the rails . i followed the
> instructions given this link
> http://stackoverflow.com/questions/18371318/installing-bootstrap-3-on-rails-app
> and not able to load a navigation bar with this bootstrap snippet
> <nav class="navbar navbar-inverse">
>   <div class="container-fluid">
>     <div class="navbar-header">
>       <a class="navbar-brand" href="#">WebSiteName</a>
>     </div>
>     <ul class="nav navbar-nav">
>       <li class="active"><a href="#">Home</a></li>
>       <li><a href="#">Page 1</a></li>
>       <li><a href="#">Page 2</a></li>
>     </ul>
>     <ul class="nav navbar-nav navbar-right">
>       <li><a href="#"><span class="glyphicon glyphicon-user"></span> Sign
> Up</a></li>
>       <li><a href="#"><span class="glyphicon glyphicon-log-in"></span>
> Login</a></li>
>     </ul>
>   </div>
> </nav>
>
> can somebody help fix it
>

You haven't reported any errors, or shown any logs or console output, how
would anyone be able to help?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAHUC_t8C1VYvRUqOrZp%3DFXNVtm4_Gtrh6HKsJA19NpQMC5WaMw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to