Skip to content

Commit 1c79f32

Browse files
committed
fix typo in change protip items style [WIP]
1 parent 57b388f commit 1c79f32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/protips/_grid.html.haml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- break
1919
%ul.protips-grid.cf
2020
- group.each do |protip|
21-
= render 'grid_item', protip: protip, opportunity: opportunity, mode: mode
21+
= render 'grid_item', protip: protip, mode: mode
2222

2323
- unless collection.nil? || !collection.respond_to?(:next_page) || collection.next_page.nil? || hide_more
2424
- 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

Comments
 (0)