Skip to content

Commit 8fccb5e

Browse files
committed
Merge branch 'main' into add-coderdojo-himeji
2 parents 45eb5c0 + f896121 commit 8fccb5e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/views/podcasts/index.html.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<script src="https://apis.google.com/js/platform.js"></script>
1717
</div>
1818

19+
<% if @episodes.present? %>
1920
<h3 id="live" style="text-align: center; padding-top: 70px;">🎙
2021
最新エピソードを聴く</h3>
2122

@@ -32,6 +33,7 @@
3233
</div>
3334
</section>
3435
</div>
36+
<% end %>
3537

3638

3739
<h3 id="episodes" style="text-align: center; padding-top: 70px; padding-bottom: 10px; margin-top: 50px;">📻 これまでの収録</h3>

0 commit comments

Comments
 (0)