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 63fadc7 commit 4a28d43Copy full SHA for 4a28d43
1 file changed
app/views/podcasts/show.html.erb
@@ -29,8 +29,6 @@
29
<h1 id='title'>📻 <%= @title %><span style='display: none;'> - DojoCast</span></h1>
30
<div style='text-align: center; margin-bottom: 60px;'>公開日: <%= @date %></div>
31
32
- <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>
33
-
34
<%= raw Rinku.auto_link(@content) %>
35
</div>
36
</section>
0 commit comments