diff options
author | navanchauhan <navanchauhan@gmail.com> | 2022-10-16 23:58:05 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2022-10-16 23:58:05 -0600 |
commit | 798d55721e0b9a76d0cfe65c4193f2e80afc6c23 (patch) | |
tree | 6453f4f792c0b7f72d8c0d21f628dc6cecc0f573 /templates | |
parent | 7fda46ac503c69053d80c09694e2ff67b7ad1679 (diff) |
changed to card group
Diffstat (limited to 'templates')
-rw-r--r-- | templates/search_results.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/search_results.html b/templates/search_results.html index 578b066..dd1f8b0 100644 --- a/templates/search_results.html +++ b/templates/search_results.html @@ -57,9 +57,11 @@ </div> </div> <footer class="card-footer"> + <div class="class="card-footer-item"> {{ range .predicates}} - <a href="https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfPMN/pmn.cfm?ID={{.}}" class="card-footer-item">{{ . }}</a> + <a href="https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfPMN/pmn.cfm?ID={{.}}" >{{ . }}</a> {{ end }} + </div> </footer> </div> {{ end }} |