Skip to content
Snippets Groups Projects
Commit 438e5856 authored by alexisben's avatar alexisben
Browse files

test style

parent b651c520
No related branches found
No related tags found
No related merge requests found
......@@ -14,16 +14,19 @@
</div>
<% end %>
<%= block_component_preview :code %>
<%= raw @block.template.code %>
<%# <%= block_component_preview :code %> <%# ça ne fonctionne pas %>
<div class="transcription">
<details>
<summary>Transcription</summary>
<p>
<%= block_component_preview :transcription %>
</p>
</details>
</div>
<% unless @block.template.transcription.empty? %>
<div class="transcription">
<details>
<summary>Transcription</summary>
<p>
<%= block_component_preview :transcription %>
</p>
</details>
</div>
<% end %>
</div>
</div>
</section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment