Sha256: bea13b18977b819d7220829e624b1c811cd791611ddb9f8b8208419b9cfca641
Contents?: true
Size: 600 Bytes
Versions: 1
Compression:
Stored size: 600 Bytes
Contents
<% from_id = 'taxon_item_edit_' + @taxon_item.id.to_s %> <tr id="taxon_item_<%= @taxon_item.id.to_s %>"> <td><%= @taxon_item.id %></td> <td><%= @taxon_item.item.name %></td> <td> <%= form_tag [:my, @taxon_item], method: :patch, remote: true, id: from_id %> <div class="ui input"> <%= text_field_tag 'taxon_item[value]', @taxon_item.value, placeholder: 'Result:', class: 'three wide field', form: from_id %> </div> </td> <td> <%= submit_tag 'Save', class: 'ui green button', form: from_id %> <a class="ui grey button" onclick="removeForm()">取消</a> </td> </tr>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_detail-0.0.1 | app/views/rails_detail_my/entity_items/_edit.html.erb |