Sha256: e302db883b3d91ad5268549ad67624649616838dc8a3bdcacce16d63491e70c8

Contents?: true

Size: 526 Bytes

Versions: 14

Compression:

Stored size: 526 Bytes

Contents

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

<h2 class='fine_print heading'><%= contract.title %> (<%= contract.version ? \
  t('fine_print.contract.status.version', version: contract.version.to_s) : \
  t('fine_print.contract.status.draft') %>)</h2>

<h4 class='fine_print heading'><%= t('fine_print.contract.status.updated_at', \
  updated_at: l(contract.updated_at, format: :fine_print)) %></h4>

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

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
fine_print-6.0.3 app/views/fine_print/contracts/_show.html.erb
fine_print-6.0.2 app/views/fine_print/contracts/_show.html.erb
fine_print-6.0.1 app/views/fine_print/contracts/_show.html.erb
fine_print-6.0.0 app/views/fine_print/contracts/_show.html.erb
fine_print-5.0.0 app/views/fine_print/contracts/_show.html.erb
fine_print-4.0.1 app/views/fine_print/contracts/_show.html.erb
fine_print-4.0.0 app/views/fine_print/contracts/_show.html.erb
fine_print-3.1.0 app/views/fine_print/contracts/_show.html.erb
fine_print-3.0.0 app/views/fine_print/contracts/_show.html.erb
fine_print-2.3.1 app/views/fine_print/contracts/_show.html.erb
fine_print-2.3.0 app/views/fine_print/contracts/_show.html.erb
fine_print-2.2.1 app/views/fine_print/contracts/_show.html.erb
fine_print-2.2.0 app/views/fine_print/contracts/_show.html.erb
fine_print-2.1.1 app/views/fine_print/contracts/_show.html.erb