Skip to content

Commit 73c458a

Browse files
committed
modified: app/helpers/navbar_helper.rb
1 parent 2c7c527 commit 73c458a

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)