Skip to content

Commit e16a434

Browse files
committed
removed featured team
1 parent 77fa94f commit e16a434

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

app/views/protips/_sidebar_featured_team.html.haml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@
1515
else default_featured_job_banner
1616
end
1717

18-
.featured-team{class: team_has_custom_image ? "custom-image" : "default-image"}
19-
%h3 Featured team
20-
21-
=link_to teamname_path(team.slug), class: 'team-box', 'data-action' => 'view team jobs', 'data-from' => 'job on protip', 'data-properties' => {"author's team" => protip.user.belongs_to_team?(team), 'adjective' => adjective, 'mode' => mode}.to_json do
22-
.image-top
23-
=image_tag(banner_image)
24-
.content
25-
.avatar
26-
=image_tag(team.avatar_url)
27-
%h4= team.name
28-
%p
29-
==Calling all #{job.title.pluralize}. #{job.team.name} #{adjective} and is hiring!
30-
%a.feature-jobs.track{href: employers_path, 'data-action' => 'upgrade team', 'data-from' => 'protip page'}
31-
feature your jobs here
32-
33-
%pm:widget{"max-item-count" => "4", "show-thumbs" => "false", title: "Recommended", width: "244"}
18+
-# .featured-team{class: team_has_custom_image ? "custom-image" : "default-image"}
19+
-# %h3 Featured team
20+
-#
21+
-# =link_to teamname_path(team.slug), class: 'team-box', 'data-action' => 'view team jobs', 'data-from' => 'job on protip', 'data-properties' => {"author's team" => protip.user.belongs_to_team?(team), 'adjective' => adjective, 'mode' => mode}.to_json do
22+
-# .image-top
23+
-# =image_tag(banner_image)
24+
-# .content
25+
-# .avatar
26+
-# =image_tag(team.avatar_url)
27+
-# %h4= team.name
28+
-# %p
29+
-# ==Calling all #{job.title.pluralize}. #{job.team.name} #{adjective} and is hiring!
30+
-# %a.feature-jobs.track{href: employers_path, 'data-action' => 'upgrade team', 'data-from' => 'protip page'}
31+
-# feature your jobs here
32+
-#
33+
-# %pm:widget{"max-item-count" => "4", "show-thumbs" => "false", title: "Recommended", width: "244"}

0 commit comments

Comments
 (0)