Skip to content

Commit

Permalink
Merge pull request #217 from GSA/search-message-location
Browse files Browse the repository at this point in the history
changed the location of the search message
  • Loading branch information
Jin-Sun-tts authored Dec 4, 2024
2 parents 3fb3e73 + b168981 commit 944dfec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ckanext/datagovtheme/templates/package/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@
{% endif %}
{% endfor %}
</div>
{% if request.args and c.page.item_count == 0 %}
{% trans %}
<p class="extra">Please try another search.</p>
{% endtrans %}
{% endif %}
</div>
</form></div>
<a class="show-filters btn btn-primary">{{ _('Filter Results') }}</a>
Expand Down Expand Up @@ -91,6 +86,11 @@

<section class="module">
<div class="module-content">
{% if request.args and c.page.item_count == 0 %}
{% trans %}
<p class="extra">Please try another search.</p>
{% endtrans %}
{% endif %}
<p>
<small>
{% set api_link = h.link_to(_('API'), h.url_for(controller='api', action='get_api', ver=3)) %}
Expand Down

0 comments on commit 944dfec

Please sign in to comment.