commit | 4cdc4fc5cc4d3d24f6e95bf6701e3436c3671872 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Tue Apr 28 12:19:11 2020 +0200 |
committer | Akron <nils@diewald-online.de> | Tue Apr 28 12:32:11 2020 +0200 |
tree | bc3bcbd0f314bf2cdee75aeb13d5dcc36e20c613 | |
parent | 46b543ccdbd49ee67204c6b4a3d3dd0dfe6402c0 [diff] [blame] |
Add content area behind search results in templates Change-Id: I76ddb30683c7bec97c948fbe976db1e6feb585b1
diff --git a/templates/search.html.ep b/templates/search.html.ep index e73b267..0ad8f2d 100644 --- a/templates/search.html.ep +++ b/templates/search.html.ep
@@ -29,4 +29,5 @@ % } elsif (stash('results')->size == 0) { <p class="no-results"><%= loc 'noMatches', q => stash('q'), ql => stash('ql') %></p> % } +%= content_for 'after_search_results' </div>