Prohlížeč zdrojového kódu

app/views/examples/_scenario_block.html.erb

<article>
<h4><%= scenario.name %></h4>
<% if scenario.description.present? %>
<p><%= scenario.description %></p>
<% end %>
<%= render "examples/scenario_form", example: example, scenario: scenario, index: index %>
<%= turbo_frame_tag "scenario_result_#{index}" %>
</article>