Skip to content

Commit

Permalink
Correct typo in application helper
Browse files Browse the repository at this point in the history
Fixes opoloo#18
  • Loading branch information
thej authored and Rahul Nawani committed Mar 24, 2019
1 parent 09d57c6 commit 9bb7ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/lines/application_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def render_navbar(&block)
html = content_tag(:div, id: 'navbar') do
content_tag(:div, class: 'navbar-inner') do
if current_lines_user
content_tag(:span, class: 'buttons', &block) + "<div class='btn-menu'><dic class='stripes'></div></div>".html_safe +
content_tag(:span, class: 'buttons', &block) + "<div class='btn-menu'><div class='stripes'></div></div>".html_safe +
"<div class='submenu'>
<div class='submenu-inner'>
<ul>
Expand Down

0 comments on commit 9bb7ca0

Please sign in to comment.