Remove unnecessary html_options

pull/3877/head
Magdalena Kafka 9 years ago
parent a334f1c5be
commit c749dc7a12
  1. 2
      app/helpers/application_helper.rb

@ -70,7 +70,7 @@ module ApplicationHelper
safe_join [name, ' ', content_tag('span', '*', class: 'required')]
end
def li_unless_nil(link, options = {}, html_options = {})
def li_unless_nil(link, options = {})
content_tag(:li, link, options) if link
end

Loading…
Cancel
Save