Download button added to metadata box on details page
This commit is contained in:
parent
c23cfbbba2
commit
04c818f539
1 changed files with 11 additions and 0 deletions
|
|
@ -31,6 +31,17 @@
|
||||||
p
|
p
|
||||||
= link_to pkg.homepage, pkg.homepage, target: '_blank'
|
= link_to pkg.homepage, pkg.homepage, target: '_blank'
|
||||||
|
|
||||||
|
// APT package download link
|
||||||
|
hr
|
||||||
|
p.subtitle
|
||||||
|
= fa_icon 'download'
|
||||||
|
' Install this software package
|
||||||
|
p
|
||||||
|
' If the package is available for the distribution you are
|
||||||
|
' currently using on your computer then install the software
|
||||||
|
' by clicking on…
|
||||||
|
a.button.small.secondary href="apt:#{pkg.name}" Install #{pkg.name}
|
||||||
|
|
||||||
// statistics
|
// statistics
|
||||||
hr
|
hr
|
||||||
p.subtitle
|
p.subtitle
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue