Sha256: a1cefa4e60121f6000563f19517060c429890916302ca3ed1d70ffafa7cf082b

Contents?: true

Size: 915 Bytes

Versions: 34

Compression:

Stored size: 915 Bytes

Contents

- form_for [:admin, @group] do |f|
  .form-area
    = render_region :form_top

    - render_region :form do |form|
      - form.edit_group do
        #group
          %p.title
            = f.label :name
            = f.text_field :name, :maxlength => 100, :class => "textbox"
          %p.parent
            = f.label :parent_id
            = f.select :parent_id, parent_group_options_for_select(@group)
          %p.description
            = f.label :description
            = f.text_area :description
          %p.homepage
            = f.label :homepage_id
            = choose_page 'group', 'homepage_id', {:selected =>@group.homepage_id}

      - form.edit_timestamp do
        = updated_stamp @group  
      - form.edit_buttons do
        %p.buttons
          = save_model_button @group
          = save_model_and_continue_editing_button @group
          or
          = link_to t("cancel"), admin_groups_url

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
radiant-reader-extension-3.0.38 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.37 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.36 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.35 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.33 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.32 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.31 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.30 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.29 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.28 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.27 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.26 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.25 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.24 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.23 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.20 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.19 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.18 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.17 app/views/admin/groups/_form.html.haml
radiant-reader-extension-3.0.16 app/views/admin/groups/_form.html.haml