Sha256: c3ddf79cd05dc139c591283324f2d393f84a410de1f57a39b6825c82bd890d3a

Contents?: true

Size: 258 Bytes

Versions: 7

Compression:

Stored size: 258 Bytes

Contents

-# frozen_string_literal: true
= simple_form_for(@tool, url: (@tool.new_record? ? tools_path : tool_path(@tool.id))) do |f|
  = f.input :name
  = f.input :description
  = f.input :composition
  .actions= f.button :submit, class: 'button-large button-action'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cookbook-0.1.6 spec/dummy/app/views/tools/_form.html.haml
cookbook-0.1.5 spec/dummy/app/views/tools/_form.html.haml
cookbook-0.1.4 spec/dummy/app/views/tools/_form.html.haml
cookbook-0.1.3 spec/dummy/app/views/tools/_form.html.haml
cookbook-0.1.2 spec/dummy/app/views/tools/_form.html.haml
cookbook-0.1.1 spec/dummy/app/views/tools/_form.html.haml
cookbook-0.1.0 spec/dummy/app/views/tools/_form.html.haml