Sha256: 4dd1b62966fc818efeb10906e41f0b8e75aacf51de3578877eabe1e4fdaf4016

Contents?: true

Size: 354 Bytes

Versions: 4

Compression:

Stored size: 354 Bytes

Contents

<br/>

<%= @kind.html_headers %>

<%= form_tag(request.url) do %>

  <%= render :partial => "field", :collection => @kind.header_fields %>
  <%= render :partial => "field", :collection => @kind.body_fields %>
  <%= render :partial => "field", :collection => @kind.footer_fields %>

  <%= submit_tag "Send" %>

<% end %>

<br/>

<%= @kind.html_footers %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
eots-0.0.4 app/views/eots/eots/show.html.erb
eots-0.0.3 app/views/eots/eots/show.html.erb
eots-0.0.2 app/views/eots/eots/show.html.erb
eots-0.0.1 app/views/eots/eots/show.html.erb