Sha256: 1ac236d032d33007740054789f7bb1085f0df4d3f6361bb170fa9cc6230d71fe

Contents?: true

Size: 548 Bytes

Versions: 4

Compression:

Stored size: 548 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"/>
        <%= 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

4 entries across 4 versions & 1 rubygems

Version Path
umlaut-4.0.0.beta4 app/views/resolve/_manually_entered_warning.html.erb
umlaut-4.0.0.beta3 app/views/resolve/_manually_entered_warning.html.erb
umlaut-4.0.0.beta2 app/views/resolve/_manually_entered_warning.html.erb
umlaut-4.0.0.beta1 app/views/resolve/_manually_entered_warning.html.erb