Add pandoc
This commit is contained in:
parent
dec482bfba
commit
109dcd205c
11 changed files with 108 additions and 4 deletions
13
app/views/elements/_element.odt.erb
Normal file
13
app/views/elements/_element.odt.erb
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<div>
|
||||
<div>
|
||||
<h2>
|
||||
<%= element.title %>
|
||||
</h2>
|
||||
<%= element.path %>
|
||||
</div>
|
||||
<%= element.description_html %>
|
||||
|
||||
<% element.success_criteria.each do |sc| %>
|
||||
<%= render sc %>
|
||||
<% end %>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue