Sha256: 95a4d7554d9b010fde7e661e79541f896028089988fc6a2a6ce211575556a407

Contents?: true

Size: 398 Bytes

Versions: 7

Compression:

Stored size: 398 Bytes

Contents

<%= form_for(@auth_work_instruction, as: "instruction", url: instruction_path, method: :put) do |f| %>
	<div class="form_fields">
		  <%=
	          f.text_field :title
	      %>
	      <%= 
	          f.label  :title
	      %>
	      <%= 
	      	  hidden_field_tag :product_id, @auth_shopping_product.id.to_s
	      %>
    </div>
    <div class="actions">
    	<%= f.submit %>
  	</div>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wordjelly-auth-1.1.7 app/views/auth/work/instructions/_form.html.erb
wordjelly-auth-1.1.6 app/views/auth/work/instructions/_form.html.erb
wordjelly-auth-1.1.5 app/views/auth/work/instructions/_form.html.erb
wordjelly-auth-1.1.4 app/views/auth/work/instructions/_form.html.erb
wordjelly-auth-1.1.3 app/views/auth/work/instructions/_form.html.erb
wordjelly-auth-1.1.2 app/views/auth/work/instructions/_form.html.erb
wordjelly-auth-1.1.1 app/views/auth/work/instructions/_form.html.erb