mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 15:11:35 +02:00
Show the number of all papers on homepage
This commit is contained in:
parent
40eeac2021
commit
553c1e653c
2 changed files with 8 additions and 4 deletions
|
@ -4,9 +4,11 @@ div
|
|||
.clearfix
|
||||
- if @show_search_result
|
||||
.left
|
||||
| #{@papers.total} Treffer
|
||||
| #{@papers_count} Treffer
|
||||
.right
|
||||
button.button. TODO: Suche Abbonieren
|
||||
- else
|
||||
| #{@papers_count} Dokumente in der Datenbank
|
||||
div
|
||||
ul.no-bullet
|
||||
- @papers.each do |doc|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue