Skip to content

Commit 941dc12

Browse files
committed
Add remote tag in the opportunity partial
1 parent 1bd432f commit 941dc12

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/views/opportunities/_opportunity.html.haml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
%li.cf
22
%a.job.track{ href: job_path(slug: opportunity.team.slug, job_id: opportunity.public_id), 'data-action' => 'view job', 'data-from' => 'jobs page', 'data-properties' => { team: opportunity.team.name, public_id: opportunity.public_id }.to_json }
33
%h2= opportunity.title
4-
%h3= opportunity.opportunity_type.capitalize
4+
%h3
5+
= opportunity.opportunity_type
6+
- if opportunity.remote?
7+
and remote
58
%p= opportunity.description
69
.team.cf
710
.details

0 commit comments

Comments
 (0)