Rewording

This commit is contained in:
Christoph Haas 2021-02-21 17:05:08 +01:00
parent c0144a79c7
commit 0b9ca67fde

View file

@ -12,14 +12,13 @@
p
' This website lets you browse screenshots of
=> number_with_delimiter(@package_count)
' software packages coming with
' Debian and other Linux distributions. And of course you are encouraged to upload
' your own screenshots for others to explore.
' software packages coming with Debian and other Linux distributions.
' Enlarge the collection and upload a screenshot yourself. No registration needed.
p
= form_tag(packages_grid_path, method: 'GET')
.input-group
input.input-group-field type="search" name="search" placeholder="Looking for a special software?" autofocus="true"
input.input-group-field type="search" name="search" placeholder="Looking for a special software? Try: game" autofocus="true"
.input-group-button
input.button.postfix type="submit" value="Search"