Sha256: 5b2ad3de408035f106297348354805ecc390758c7971100e15f3fcd8ff1076da
Contents?: true
Size: 551 Bytes
Versions: 16
Compression:
Stored size: 551 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. %> <% if display_not_found_warning?(user_request) %> <div class="alert alert-danger"> <i class="umlaut_icons-famfamfam-error"></i> <%= t("umlaut.resolve.not_found_warning", :app_name => umlaut_config.app_name, :resource_type => user_request.referent.container_type_of_thing.downcase) %> </div> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems