I've created a sidebar menu that expand out when a button is pressed
I've tried to attached glyphicons but it shows the expanded view by default. How can I get the expected behaviour as per the example?
http://jsfiddle.net/4dgaurav/YJB4q/11/
Here is an example part of my code
<li> <a class='expandable' href='#' title='MyChallenges'>
<%= link_to discovers_path, class: "btn" do %>
<span class="glyphicon glyphicon-fire"></span>
<% end %>
<span class='expanded-element'>Discover</span>
</a>