Sha256: 2e9f872fc6736f734253d3bf18d126370857fb72f9356d6c110b92aab8364b39
Contents?: true
Size: 515 Bytes
Versions: 2
Compression:
Stored size: 515 Bytes
Contents
<header> <h1><%= @document.title %></h1> <%= @document.header %> </header> <%= javascript_tag('$(function() {$( "#articles" ).accordion({heightStyle: "content"});});') %> <div id="articles"> <% @document.segments.each do |segment| %> <h3><%= segment.title %></h3> <div><%= segment.body %></div> <% end %> </div> <footer> <%= @document.footer %> <%= form_for(@document, :url => accept_document_path(@document), :method => 'post') do |form| %> <%= form.submit('Accept') %> <% end %> </footer>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
disclaimer-0.0.2 | app/views/disclaimer/documents/show.html.erb |
disclaimer-0.0.1 | app/views/disclaimer/documents/show.html.erb |