Skip to content

Commit

Permalink
fix language toggler
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Schubert committed Dec 12, 2014
1 parent 43f443d commit 141c575
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,11 @@
</ul>
</div>
<div class="col-md-3">
<div class="btn-group">
<a class="btn dropdown-toggle" data-toggle="dropdown" href="#">
<div class="dropdown">
<button class="btn btn-defalt dropdown-toggle" data-toggle="dropdown">
<%= t '.choose_language' %>
</a>
<span class="caret"></span>
</button>

<ul class="dropdown-menu">
<%= locale_switcher_entries %>
Expand Down

0 comments on commit 141c575

Please sign in to comment.