Cruft removed

This commit is contained in:
Christoph Haas 2017-04-05 16:27:34 +02:00
parent 8e2ebe3cf6
commit 20397c5411

View file

@ -51,20 +51,14 @@
.row.listview
img src='/images/dummy/no-screenshots-available.svg' width='100%' style='padding: 0 10%'
// TODO: Enable comments in a later version
// = partial '/package/comments'
// 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.
/ = render(partial: 'reviews', locals: {pkg: @package})
#reviews data-package-reviews-url=package_reviews_path(@package.name)
#details.small-5.medium-5.columns data-sticky-container=true
= render(partial: 'details_rightbox', locals: {pkg: @package})
/ = render(partial: 'details_uploadmodal')
javascript:
$( function() {
load_reviews()