Sha256: 5351755375fc08ca595d41007eef711e475659ae5805ef25d1f8a410c79306fc

Contents?: true

Size: 403 Bytes

Versions: 4

Compression:

Stored size: 403 Bytes

Contents

<p>
  <%= form.label :title, t("papermill.title") %><br />
  <%= form.text_field :title, :class => "text_field" %>
</p>
<p>
  <%= form.label :copyright, t("papermill.copyright") %><br />
  <%= form.text_field :copyright, :class => "text_field" %>
</p>
<p>
  <%= form.label :description, t("papermill.description") %><br />
  <%= form.text_area :description %>
</p>
<%= submit_tag t('papermill.save') %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
papermill-0.14.3 app/views/papermill/_form.html.erb
papermill-0.14.2 app/views/papermill/_form.html.erb
papermill-0.14.1 app/views/papermill/_form.html.erb
papermill-0.14.0 app/views/papermill/_form.html.erb