Method: Sufia::Messages#single_failure

Defined in:
lib/sufia/messages.rb

#single_failure(id, file) ⇒ Object



30
31
32
33
34
# File 'lib/sufia/messages.rb', line 30

def single_failure(id, file)
   :span, id: "ss-" + id do
    [link_to_file(file), I18n.t("sufia.messages.failure.single")].join(" ").html_safe
  end
end