Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit ee6a3f0

Browse files
Update job apply URL syntax
1 parent dd60bf9 commit ee6a3f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/jobs/_job_info_sidebar.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<hr/>
1515
<div class="center-content">
1616
<% unless @job.external_link.blank? %>
17-
<%= link_to("Apply for this position", url_for(@job.external_link), class: "button button-3d button-small") %>
17+
<a class="button button-3d button-small" href="<%= url_for(@job.external_link) %>" target="_blank">Apply for this position</a>
1818
<% end %>
1919

2020
<% unless @job.apply_email.blank? %>

0 commit comments

Comments
 (0)