Skip to content

Commit 9ca5182

Browse files
[2025] Add missing 'do' in block link on homepage (#4243)
Follow up #4239
1 parent 27e6e6b commit 9ca5182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/2025/home/sections/_podcasts.html.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
</div><!-- /.row -->
4747

4848
<p class='text-end fw-bold mt-3'>
49-
<%= link_to :podcasts %>
49+
<%= link_to :podcasts do %>
5050
<%= tt :more_podcast_episodes %>
5151
<% end %>
5252
</p>

0 commit comments

Comments
 (0)