stadtratmonitor/app/views/search/index.html.slim
2015-04-27 23:14:48 +02:00

23 lines
448 B
Text

div
= render 'search/form'
.clearfix
- if @show_search_result
.left
| #{@papers.total} Treffer
.right
button.button. TODO: Suche Abbonieren
div
ul.no-bullet
- @papers.each do |doc|
li.search-result
small = doc.paper_type
'
small = doc.originator
'
small = doc.published_at
= link_to doc.url, target: '_blank' do
div = doc.name
div
= paginate @papers