Skip to content

Commit

Permalink
Restore program on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
yannis committed Sep 19, 2023
1 parent 34fef10 commit a087a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/cups/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>
<% end %>
<%= md_to_html(@cup.description) %>
<% if @cup.registerable? %>
<% if @cup.start_on > Date.today.end_of_day + 2.days %>
<h2 class="mt-10">
<%= t(".program.title") %>
</h2>
Expand Down

0 comments on commit a087a91

Please sign in to comment.