Put class back into remote person_links
This commit is contained in:
parent
a469f09c01
commit
674ca883e5
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ module ApplicationHelper
|
||||||
#{h(person.name)}
|
#{h(person.name)}
|
||||||
</a>".html_safe
|
</a>".html_safe
|
||||||
else
|
else
|
||||||
"<a href='#{remote_or_hovercard_link}' data-hovercard='#{remote_or_hovercard_link}'>
|
"<a href='#{remote_or_hovercard_link}' data-hovercard='#{remote_or_hovercard_link}' class='#{opts[:class]}' >
|
||||||
#{h(person.name)}
|
#{h(person.name)}
|
||||||
</a>".html_safe
|
</a>".html_safe
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue