Sha256: 92466386a64590ab903c68cc1685ffc330f2544e63b683452f44ee45a27a0fb9

Contents?: true

Size: 347 Bytes

Versions: 10

Compression:

Stored size: 347 Bytes

Contents

class Admin::Sites::Edit < Adva::View::Form
  include do
    def to_html
      h2 :'.title'
      super
    end

    def fields
      fieldset do
        column do
          form.input :name
          form.input :title
        end

        column do
          form.input :host
          form.input :subtitle
        end
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
adva-core-0.0.14 app/views/admin/sites/edit.html.rb
adva-core-0.0.13 app/views/admin/sites/edit.html.rb
adva-core-0.0.9 app/views/admin/sites/edit.html.rb
adva-core-0.0.8 app/views/admin/sites/edit.html.rb
adva-core-0.0.7 app/views/admin/sites/edit.html.rb
adva-core-0.0.6 app/views/admin/sites/edit.html.rb
adva-core-0.0.5 app/views/admin/sites/edit.html.rb
adva-core-0.0.4 app/views/admin/sites/edit.html.rb
adva-core-0.0.2 app/views/admin/sites/edit.html.rb
adva-core-0.0.1 app/views/admin/sites/edit.html.rb