Sha256: 455f33f826834705ccbc23088f7a1d970f4614b3bbf0034ac7060d9053f8b003

Contents?: true

Size: 265 Bytes

Versions: 21

Compression:

Stored size: 265 Bytes

Contents

= simple_form_for @tag do |f|
  - main_content "Tag List" do
    %fieldset{ :class=>"inputs"}
      %ol
        %li
          = f.input :title
        %li
          = f.input :description

    %fieldset{ :class=>"button"}
      %ol
        %li
          = f.submit

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
ems-0.0.2 app/views/ems/tags/_form.html.haml