Show last 30 papers on homepage

This commit is contained in:
Andreas Haller 2015-04-27 22:35:11 +02:00
parent 973af9f0d9
commit f71c083722
3 changed files with 19 additions and 16 deletions

View file

@ -0,0 +1,2 @@
= form_tag(search_path, method: :get)
= text_field_tag(:q, params[:q], placeholder: 'Suche…', autofocus: true)