Skip to content

Commit e27593d

Browse files
committed
Update _job_application.html.erb
1 parent a749ed8 commit e27593d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/job_applications/_job_application.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<td class="px-5 py-5 text-center">
3434
<%= location_emoji_with_tooltip(job_application.location) %>
3535
</td>
36-
<td class="px-5 py-5 item">
36+
<td class="px-5 py-5">
3737
<% if job_application.website_link.present? %>
3838
<%= link_to 'Visit',
3939
safe_url(job_application.website_link),

0 commit comments

Comments
 (0)