We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c79f32 commit 0552f5dCopy full SHA for 0552f5d
app/views/protips/_grid_item.slim
@@ -1,5 +1,5 @@
1
- if protip == 'show-ad'
2
- = render('opportunities/mini', opportunity: opportunity)
+ = render('opportunities/mini', opportunity: @job)
3
-elsif protip.present?
4
li class=(protip.kind == 'link' ? 'ext-link' : '')
5
= render('protips/mini', protip: protip, mode: mode)
0 commit comments