16 lines
313 B
Text
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>
|