Project

General

Profile

« Previous | Next » 

Revision 9d43fc71

Added by Michael Moll almost 6 years ago

Fixes #19789 - fix Layout/SpaceAroundOperators cop

View differences:

app/helpers/home_helper.rb
end
def user_header
summary = avatar_image_tag(User.current, :class=>'avatar small') +
"#{User.current.to_label} " + content_tag(:span, "", :class=>'caret')
link_to(summary.html_safe, "#", :class => "dropdown-toggle nav-item-iconic", :'data-toggle'=>"dropdown", :id => "account_menu")
summary = avatar_image_tag(User.current, :class => 'avatar small') +
"#{User.current.to_label} " + content_tag(:span, "", :class => 'caret')
link_to(summary.html_safe, "#", :class => "dropdown-toggle nav-item-iconic", :'data-toggle' => "dropdown", :id => "account_menu")
end
end

Also available in: Unified diff