a11yist/app/views/elements/_element.odt.erb
david 2293751fe2
Some checks failed
/ Run tests (push) Failing after 1m43s
/ Run system tests (push) Failing after 2m10s
/ Build, push and deploy image (push) Has been skipped
Add screenshots to elements
2024-11-12 22:43:59 +01:00

16 lines
313 B
Text

<div>
<div>
<h2>
<%= element.title %>
</h2>
<%= element.path %>
</div>
<%= element.description_html %>
<%= image_tag(element.screenshot.preview(:thumbnail)) %>
<%= image_tag(element.screenshot) %>
<% element.success_criteria.each do |sc| %>
<%= render sc %>
<% end %>
</div>