Skip to content

Commit 4041f62

Browse files
committed
Merge pull request seyhunak#595 from Lanodd/master
Fixed responsive navbar
2 parents 9630712 + 73c458a commit 4041f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/helpers/navbar_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def responsive_button
155155
end
156156

157157
def responsive_div(&block)
158-
content_tag(:div, :class => "nav-collapse", &block)
158+
content_tag(:div, :class => "nav-collapse collapse", &block)
159159
end
160160

161161
def is_active?(path)

0 commit comments

Comments
 (0)