debshots/app/views/packages/_reviews.slim
Christoph Haas fe6430322b Disabled Ubuntu reviews
The reviews are pretty useless. People refer to bugs or old versions or
just don't know how to use a piece of software. This is not helpful.
2018-06-19 11:49:02 +02:00

24 lines
512 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/ Currently unused
/ - if @reviews.count > 0
/ .subtitle Reviews from Ubuntu users
/ - @reviews.each do |review|
/ p
/ div
/ b = review['summary']
/ ' …
/ = review['review_text']
/ .text-right
/ em
/ = review['reviewer_displayname']
/ '
/ = time_ago_in_words(DateTime.parse(review['date_created']))
/ ' ago
/ = star_rating(review['rating'])
/ / - else
/ / p
/ / em No reviews available.