Sha256: 0ae71993cd085acfd9da197979fdf9b37ce835cae4c847b2875db2acec0f3bb2
Contents?: true
Size: 372 Bytes
Versions: 1
Compression:
Stored size: 372 Bytes
Contents
<%= form_with model: @tutorial, url: { action: 'create' } do |f| %> <%= render 'error_messages', target: @tutorial %> <%= f.select :tutor_id, options_for_select([[@tutorial.tutor&.name, @tutorial.tutor_id]], @tutorial.tutor_id) %> <%= f.text_field :kind, readonly: true %> <%= f.date_field :start_on %> <%= f.date_field :finish_on %> <%= f.submit %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_org-0.0.1 | app/views/org/admin/tutorials/_new_form.html.erb |