mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
5 lines
330 B
Text
5 lines
330 B
Text
<div class="tasks-no-results-container" id="tasksNoResultsContainer">
|
|
<%= image_tag('/images/no_search_results.png', class: 'no-results-img') %>
|
|
<div class="no-results-title"><%= t('projects.index.no_results_found') %></div>
|
|
<div class="no-results-description"><%= t('projects.index.no_results_description') %></div>
|
|
</div>
|