22 lines
694 B
Text
22 lines
694 B
Text
.row
|
|
|
|
h1
|
|
i.fi-alert
|
|
' No such package…
|
|
|
|
p
|
|
' I'm afraid but there is no package
|
|
em =@package_name
|
|
' in the database. It may be that a package that is available
|
|
' in your favorite Linux distribution is not listed here.
|
|
' If you think this is an error then feel free to leave
|
|
a href="mailto:email@christoph-haas.de" feedback
|
|
|
|
p
|
|
' Perhaps you want to search for some other piece of software?
|
|
= form_tag(packages_grid_path, method: 'GET')
|
|
div.row.collapse.postfix-round
|
|
div.small-9.columns
|
|
input type="text" name="search"autofocus="true"
|
|
div.small-3.columns
|
|
input.button.postfix type="submit" value="Search"
|