Sha256: 75ce399fb113b6b025fc294fe0c116c97b7e488292d7340e7b0f7df91046a9fb

Contents?: true

Size: 699 Bytes

Versions: 15

Compression:

Stored size: 699 Bytes

Contents

- content_for :main do 

  %h1.pagetemplate_icon Page Template Terms

  %table.loosen
    %tr
      %th Name
      %th Type
      %th Data Type
      %th Description
    - for page_template_term in @page_template_terms
      %tr
        %td= link_to page_template_term.name, "/admin/page_template_terms/#{page_template_term.id}"
        %td= page_template_term.form_field_type.name
        %td= page_template_term.form_field_type.field_type
        %td= page_template_term.form_field_type.description

  %p
    = icon_to "New Term", "/admin/page_template_terms/new?page_template_id=#{params[:page_template_id]}"
    = icon_to "Page Template", "/admin/page_templates/#{params[:page_template_id]}"
  

Version data entries

15 entries across 15 versions & 1 rubygems

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