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.
1 parent 583ec96 commit 1e77c26Copy full SHA for 1e77c26
app/views/podcasts/show.html.erb
@@ -34,7 +34,7 @@
34
<h1 id='title'>📻 <%= @title %><span style='display: none;'> - DojoCast</span></h1>
35
<div style='text-align: center; margin-bottom: 60px;'>収録日: <%= @date %></div>
36
37
- <iframe class="lazyload" src="https://anchor.fm/coderdojo-japan/embed/episodes/<%= @episode.permalink %>" width="100%" scrolling="no" frameborder="yes" style='margin-bottom: 30px;'></iframe>
+ <iframe class="lazyload" src="https://creators.spotify.com/pod/profile/coderdojo-japan/embed/episodes/<%= @episode.permalink %>" width="100%" frameborder="yes" scrolling="no" style='margin-bottom: 30px;'></iframe>
38
39
<%= raw Rinku.auto_link(@content) %>
40
</div>
0 commit comments