Add screenshots to elements
This commit is contained in:
parent
c7c6023acf
commit
2293751fe2
18 changed files with 232 additions and 20 deletions
|
|
@ -7,6 +7,9 @@
|
|||
</div>
|
||||
<%= element.description_html %>
|
||||
|
||||
<%= image_tag(element.screenshot.preview(:thumbnail)) %>
|
||||
<%= image_tag(element.screenshot) %>
|
||||
|
||||
<% element.success_criteria.each do |sc| %>
|
||||
<%= render sc %>
|
||||
<% end %>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue