Method: Sufia::SufiaHelperBehavior#zotero_label

Defined in:
app/helpers/sufia/sufia_helper_behavior.rb

#zotero_label(opts = {}) ⇒ Object



7
8
9
10
# File 'app/helpers/sufia/sufia_helper_behavior.rb', line 7

def zotero_label(opts={})
  html_class = opts[:html_class] || ''
  "#{image_tag 'zotero.png', { alt: t('sufia.user_profile.zotero.alt'), class: html_class }} #{t('sufia.user_profile.zotero.label')}".html_safe
end