fix lint
This commit is contained in:
parent
228a64b8f7
commit
6feb6d908e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue