Sha256: 080c62f05a810bc0dcec8958b6719a5da064e612d1eaf13f9e116f250624b8e5

Contents?: true

Size: 543 Bytes

Versions: 4

Compression:

Stored size: 543 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

4 entries across 4 versions & 1 rubygems

Version Path
umlaut-3.1.1 app/views/resolve/_manually_entered_warning.html.erb
umlaut-3.1.0 app/views/resolve/_manually_entered_warning.html.erb
umlaut-3.1.0.pre2 app/views/resolve/_manually_entered_warning.html.erb
umlaut-3.1.0.pre1 app/views/resolve/_manually_entered_warning.html.erb