scinote-web/app/views/shared/smart_annotation/_no_results.html.erb

7 lines
257 B
Plaintext

<div class="atwho-no-results">
<h1><%= t("atwho.no_results.#{object_type}") %></h1>
<div class="description"><%= t("atwho.no_results.description") %></div>
<!-- "No results" hack for at.js -->
<span style="display: none"><%= @query %></span>
</div>