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.
This commit is contained in:
Christoph Haas 2018-06-19 11:49:02 +02:00
parent 4a2f21631a
commit fe6430322b
4 changed files with 32 additions and 30 deletions

View file

@ -44,12 +44,12 @@
// Load reviews from the Ubuntu API through our own (cached) URL.
// Use asynchronous load to keep loading times low if the review
// was not yet cached.
#reviews data-package-reviews-url=package_reviews_path(@package.name)
/ #reviews data-package-reviews-url=package_reviews_path(@package.name)
.small-5.medium-5.columns data-sticky-container=true
= render(partial: 'details_rightbox', locals: {pkg: @package})
javascript:
$( function() {
load_reviews()
})
/ javascript:
/ $( function() {
/ load_reviews()
/ })