12 lines
275 B
Text
12 lines
275 B
Text
<div id="<%= dom_id element %>" class="mt-3">
|
|
<h2><i class="bi bi-card-checklist me-2"></i>
|
|
<%= element.title %></h2>
|
|
<p>
|
|
<strong>Path:</strong>
|
|
<%= element.path %>
|
|
</p>
|
|
|
|
<% element.success_criteria.each do |sc| %>
|
|
<%= render sc %>
|
|
<% end %>
|
|
</div>
|