stadtratmonitor/app/views/search/index.html.slim

23 lines
538 B
Text
Raw Normal View History

2014-11-19 22:33:16 +01:00
div
= form_tag(search_path, method: :get)
2014-11-19 23:01:18 +01:00
= text_field_tag(:q, params[:q], placeholder: 'Suche…', autofocus: true)
2014-11-19 21:54:36 +01:00
2014-11-19 22:33:16 +01:00
.clearfix
2014-11-19 21:54:36 +01:00
- if @result
2014-11-19 22:33:16 +01:00
.left
| #{@result.size} Treffer
2014-11-19 22:33:16 +01:00
.right
button.button. TODO: Suche Abbonieren
div
- if @result
ul.no-bullet
- @result.each do |doc|
2014-11-19 22:33:16 +01:00
li.search-result
small = doc.paper_type
2014-11-19 22:33:16 +01:00
'
small = doc.originator
2014-11-19 22:33:16 +01:00
'
small = doc.published_at
= link_to doc.url, target: '_blank' do
div = doc.name