Removed statistics from details panel
This commit is contained in:
parent
b20ad877b5
commit
a1b9a8a625
1 changed files with 11 additions and 11 deletions
|
|
@ -43,14 +43,14 @@
|
|||
a.button.small.secondary href="apt:#{pkg.name}" Install #{pkg.name}
|
||||
|
||||
// statistics
|
||||
hr
|
||||
p.subtitle
|
||||
= fa_icon 'bar-chart'
|
||||
' Statistics
|
||||
p
|
||||
- if pkg.visits > 0
|
||||
' #{pkg.visits} other people were interested in this package here.
|
||||
' The newest known version of this software is #{pkg.upstream_version}
|
||||
- if pkg.updated_at
|
||||
' (Information last updated #{time_ago_in_words(pkg.updated_at)} ago.)
|
||||
// show which distributions have this package available
|
||||
/ hr
|
||||
/ p.subtitle
|
||||
/ = fa_icon 'bar-chart'
|
||||
/ ' Statistics
|
||||
/ p
|
||||
/ - if pkg.visits > 0
|
||||
/ ' #{pkg.visits} other people were interested in this package here.
|
||||
/ ' The newest known version of this software is #{pkg.upstream_version}
|
||||
/ - if pkg.updated_at
|
||||
/ ' (Information last updated #{time_ago_in_words(pkg.updated_at)} ago.)
|
||||
/ // show which distributions have this package available
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue