Skip to content

Commit

Permalink
move the text out of <small> section
Browse files Browse the repository at this point in the history
  • Loading branch information
Jin-Sun-tts committed Dec 4, 2024
1 parent ecb8873 commit b168981
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 @@ -86,15 +86,15 @@

<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)) %}
{% set api_doc_link = h.link_to(_('API Docs'), h.datagovtheme_api_doc_url()) %}
{% if request.args and c.page.item_count == 0 %}
{% trans %}
<p class="extra">Please try another search.</p>
{% endtrans %}
{% endif %}
{% if g.dumps_url -%}
{% set dump_link = h.link_to(_('full {format} dump').format(format=g.dumps_format), g.dumps_url) %}
{% trans %}
Expand Down

0 comments on commit b168981

Please sign in to comment.