Sha256: 66b8203aa2bf714533da68c6e02db48ffee669601f24523b108817c975bdb9e0

Contents?: true

Size: 954 Bytes

Versions: 15

Compression:

Stored size: 954 Bytes

Contents

- content_for :main do
  
  %h1.forms_icon Field Group '#{@form_field_group.name}' for Form '#{@form_field_group.form.title}'

  .cms_form
    %p
      %label Name
      = @form_field_group.name

    %p
      %label Top of group Text
      = @form_field_group.intro

    %p
      %label Bottom of group Text
      = @form_field_group.outro

    %p
      %label Class
      = @form_field_group.klass

    %p
      %label Display Order
      = @form_field_group.order_by

    %p
      %label Last Updated
      = time_ago_in_words(@form_field_group.updated_at)

  
  %p
    = icon_to "Edit", edit_admin_form_field_group_path(@form_field_group)
    = link_to "Delete", [:admin, @form_field_group], :confirm => 'Are you sure?', :method => :delete, :class=>"action"
    = icon_to "Form Groups", admin_form_field_groups_path + "?form_id=#{@form.id}"
    = icon_to "Form", "/admin/form/#{@form.id}"
    = icon_to "Form Fields", "/admin/form/#{@form.id}/fields"

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
kit_cms-2.3.22 app/views/admin/form_field_groups/show.html.haml
kit_cms-2.3.20 app/views/admin/form_field_groups/show.html.haml
kit_cms-2.3.19 app/views/admin/form_field_groups/show.html.haml
kit_cms-2.3.18 app/views/admin/form_field_groups/show.html.haml
kit_cms-2.3.17 app/views/admin/form_field_groups/show.html.haml
kit_cms-2.3.16 app/views/admin/form_field_groups/show.html.haml
kit_cms-2.3.15 app/views/admin/form_field_groups/show.html.haml
kit_cms-2.3.14 app/views/admin/form_field_groups/show.html.haml
kit_cms-2.3.13 app/views/admin/form_field_groups/show.html.haml
kit_cms-2.3.11 app/views/admin/form_field_groups/show.html.haml
kit_cms-2.3.10 app/views/admin/form_field_groups/show.html.haml
kit_cms-2.3.9 app/views/admin/form_field_groups/show.html.haml
kit_cms-2.3.8 app/views/admin/form_field_groups/show.html.haml
kit_cms-2.3.7 app/views/admin/form_field_groups/show.html.haml
kit_cms-2.3.6 app/views/admin/form_field_groups/show.html.haml