diff --git a/app/views/packages/_details_rightbox.slim b/app/views/packages/_details_rightbox.slim index a58325d..2cd7680 100644 --- a/app/views/packages/_details_rightbox.slim +++ b/app/views/packages/_details_rightbox.slim @@ -31,15 +31,15 @@ p = link_to pkg.homepage, pkg.homepage, target: '_blank' - // statistics - hr - p.subtitle - = fa_icon 'bar-chart' - ' Statistics - p + // 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.version} - - if pkg.updated_at - ' (Information last updated #{time_ago_in_words(pkg.updated_at)} ago.) - // show which distributions have this package available - + ' The newest known version of this software is #{pkg.version} + - if pkg.updated_at + ' (Information last updated #{time_ago_in_words(pkg.updated_at)} ago.) + // show which distributions have this package available