Sha256: ceba15603ceef9364a2d72d4419cbe5175b31beef2b247c0d6ec639f86bfffdf
Contents?: true
Size: 279 Bytes
Versions: 1
Compression:
Stored size: 279 Bytes
Contents
<%= form_with model: @note, as: :note, url: detail_note_path(@note.detail_type, @note.detail_id), method: :patch, remote: true, on: { wrapper_all: false, label: false, wrapper_input: false, offset: false } do |f| %> <%= f.text_area :body %> <%= f.submit '添加' %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_detail-0.0.1 | app/views/rails_detail_my/notes/_form.html.erb |