Avoiding errors when showing statistics. Slight change in wording.
This commit is contained in:
parent
e2671d2545
commit
86d8a7425b
1 changed files with 3 additions and 3 deletions
|
|
@ -93,10 +93,10 @@
|
|||
= fa_icon 'bar-chart'
|
||||
' Statistics
|
||||
p
|
||||
' This page was visited #{@package.visits} times.
|
||||
' This information was last updated
|
||||
' #{time_ago_in_words(@package.updated_at)} ago.
|
||||
' #{@package.visits} other people were interested in this package here.
|
||||
' The newest known version of this software is #{@package.version}
|
||||
- if @package.updated_at
|
||||
' (Information last updated #{time_ago_in_words(@package.updated_at)} ago.)
|
||||
// show which distributions have this package available
|
||||
|
||||
// Modal upload window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue