Files
fetsite/app/views/documents/show.html.erb
Andreas Stephanides d72f78488d document/meeting updates
2015-01-03 10:06:58 +01:00

11 lines
370 B
Plaintext

<%= link_to "parent" , @document.parent %>
<%= link_to "show", document_path(@document), remote: true %>
<%= link_to "Write", write_document_path(@document) %>
<%= link_to "read", read_from_etherpad_document_path(@document) %>
<%= link_to "dump", dump_to_etherpad_document_path(@document) %>
<h2><%= @document.name %></h2>
<div id="">
<%= raw(@document.text) %>
</div>