Sha256: 89720553d192fb30f1413b7ce503700c5cdc63bfe691406fb1cd8bed1ee4b372

Contents?: true

Size: 541 Bytes

Versions: 3

Compression:

Stored size: 541 Bytes

Contents

<%= 
  # Try to warn if this could be a typo. If we have an rft.object_id, then
  # SFX recognized it as an actually existing journal. If not, then it
  # might be a typo. If it came from a manually entered citation, warn them.
  content_tag(:div, content_tag(:i, "", :class => "umlaut_icons-famfamfam-error") +
    " Warning: #{umlaut_config.app_name} does not know about a #{user_request.referent.format.downcase} with this name. Please check your entry.",
      :class=>"alert alert-error") if display_not_found_warning?(user_request) %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
umlaut-3.3.1 app/views/resolve/_manually_entered_warning.html.erb
umlaut-3.3.0 app/views/resolve/_manually_entered_warning.html.erb
umlaut-3.2.0 app/views/resolve/_manually_entered_warning.html.erb