Sha256: a24b4cb3f879944d3472d0999b7b05e41afb718333405b7b95ea8b221db2a7de

Contents?: true

Size: 376 Bytes

Versions: 4

Compression:

Stored size: 376 Bytes

Contents

<%# Clients of this partial must provide the following variable:
    contract %>

<h2 class='fine_print heading'><%= contract.title %> <%= @contract.version ? \
  "(v.#{@contract.version})" : 'Draft' %></h2>

<h4 class='fine_print heading'>Last updated: <%= contract.updated_at %></h4>

<div class='fine_print contract'>
  <pre><%= @contract.content.html_safe %></pre>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fine_print-2.0.3 app/views/fine_print/contracts/_show.html.erb
fine_print-2.0.2 app/views/fine_print/contracts/_show.html.erb
fine_print-2.0.1 app/views/fine_print/contracts/_show.html.erb
fine_print-2.0.0 app/views/fine_print/contracts/_show.html.erb