Commit 6feb6d90 authored by Luke Bennett's avatar Luke Bennett

fix lint

parent 228a64b8
...@@ -146,8 +146,9 @@ module CommitsHelper ...@@ -146,8 +146,9 @@ module CommitsHelper
end end
link_options = { link_options = {
class: "commit-#{options[:source]}-link", class: "commit-#{options[:source]}-link"
} }
unless options[:has_tooltip] == false unless options[:has_tooltip] == false
link_options[:class] << ' has-tooltip' link_options[:class] << ' has-tooltip'
link_options[:title] = source_email link_options[:title] = source_email
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment