Skip to content

Commit

Permalink
Don't show empty CfP links on track page
Browse files Browse the repository at this point in the history
  • Loading branch information
johanvdw committed Oct 24, 2024
1 parent e8bd1f3 commit d8d78c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/schedule/tracks.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<tr>
<td><%= l t, :name %></td>
<td>
<% if t[:conference_call_for_papers_url] %>
<% if t[:conference_call_for_papers_url] && !t[:conference_call_for_papers_url].empty? %>
<a href="<%= t[:conference_call_for_papers_url] %>">CfP</a>
<% end %>
</td>
Expand Down

0 comments on commit d8d78c5

Please sign in to comment.