Skip to content

Commit 0552f5d

Browse files
committed
change protip items style [WIP][hotfix]
1 parent 1c79f32 commit 0552f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/protips/_grid_item.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- if protip == 'show-ad'
2-
= render('opportunities/mini', opportunity: opportunity)
2+
= render('opportunities/mini', opportunity: @job)
33
-elsif protip.present?
44
li class=(protip.kind == 'link' ? 'ext-link' : '')
55
= render('protips/mini', protip: protip, mode: mode)

0 commit comments

Comments
 (0)