a11yist/app/views/elements/_element.odt.erb

14 lines
214 B
Text
Raw Normal View History

2024-07-26 03:14:07 +02:00
<div>
<div>
<h2>
<%= element.title %>
</h2>
<%= element.path %>
</div>
<%= element.description_html %>
<% element.success_criteria.each do |sc| %>
<%= render sc %>
<% end %>
</div>