We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45eb5c0 + f896121 commit 8fccb5eCopy full SHA for 8fccb5e
1 file changed
app/views/podcasts/index.html.erb
@@ -16,6 +16,7 @@
16
<script src="https://apis.google.com/js/platform.js"></script>
17
</div>
18
19
+ <% if @episodes.present? %>
20
<h3 id="live" style="text-align: center; padding-top: 70px;">🎙
21
最新エピソードを聴く</h3>
22
@@ -32,6 +33,7 @@
32
33
34
</section>
35
36
+ <% end %>
37
38
39
<h3 id="episodes" style="text-align: center; padding-top: 70px; padding-bottom: 10px; margin-top: 50px;">📻 これまでの収録</h3>
0 commit comments