Sha256: 0f1d69a189cc5090759a98332a1d861a9538fa983d0a1189c6762e4807948c0f

Contents?: true

Size: 330 Bytes

Versions: 7

Compression:

Stored size: 330 Bytes

Contents

<p>
  <%= f.text_field :title, :size => 50, :required => true %>
</p>

<p>
  <%= f.text_area :description, :width => 50 %>
</p>

<%- unless versions.blank? %>
  <p>
    <label for="presentation_version_id">Version:</label>
    <%= f.collection_select :version_id, versions, :id, :name, :include_blank => true %>
  </p>
<%- end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
chili_presentations-0.2.2 app/views/presentations/_shared_form.html.erb
chili_presentations-0.2.1 app/views/presentations/_shared_form.html.erb
chili_presentations-0.2.0 app/views/presentations/_shared_form.html.erb
chili_presentations-0.1.3 app/views/presentations/_shared_form.html.erb
chili_presentations-0.1.2 app/views/presentations/_shared_form.html.erb
chili_presentations-0.1.1 app/views/presentations/_shared_form.html.erb
chili_presentations-0.1.0 app/views/presentations/_shared_form.html.erb