We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b388f commit 1c79f32Copy full SHA for 1c79f32
app/views/protips/_grid.html.haml
@@ -18,7 +18,7 @@
18
- break
19
%ul.protips-grid.cf
20
- group.each do |protip|
21
- = render 'grid_item', protip: protip, opportunity: opportunity, mode: mode
+ = render 'grid_item', protip: protip, mode: mode
22
23
- unless collection.nil? || !collection.respond_to?(:next_page) || collection.next_page.nil? || hide_more
24
- next_url = url_for(params.merge(tags: params[:tags], q: params[:q], source: params[:action], controller:params[:controller], page: collection.current_page + 1, section: (defined?(section) ? section : nil), width: width, mode: mode ))
0 commit comments