|
|
|
@ -19,6 +19,10 @@ class SoftapplicationsController < ApplicationController
|
|
|
|
|
@softapplication.attachments.each do |f|
|
|
|
|
|
f.image? ? @image_results << f : @image_results
|
|
|
|
|
end
|
|
|
|
|
@app_items = []
|
|
|
|
|
@softapplication.attachments.each do |f|
|
|
|
|
|
f.pack? ? @app_items << f : @app_items
|
|
|
|
|
end
|
|
|
|
|
@limit = 10
|
|
|
|
|
@feedback_count = @jours.count
|
|
|
|
|
@feedback_pages = Paginator.new @feedback_count, @limit, params['page']
|
|
|
|
|