Sha256: 98d67ea254117347f023a28906a8a2abd2094d3134c8c69c6c83b6b29d1b6c4c

Contents?: true

Size: 445 Bytes

Versions: 10

Compression:

Stored size: 445 Bytes

Contents

- @page_title = 'Forms - ' + default_page_title

.outset
  = render 'header'
  #forms_table
    %table.index
      %thead
        %tr
          %th.form Form
          %th.modify Modify
      %tbody#forms_table_body
        - if @forms.size != 0
          = render :partial => 'form', :collection => @forms
        -else
          %tr
            %td.empty{:colspan => 2} No Forms

#actions
  %ul
    %li= link_to "New Form", new_admin_form_path

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
radiant-forms-extension-3.2.7 app/views/admin/forms/index.html.haml
radiant-forms-extension-3.2.6 app/views/admin/forms/index.html.haml
radiant-forms-extension-3.2.5 app/views/admin/forms/index.html.haml
radiant-forms-extension-3.2.4 app/views/admin/forms/index.html.haml
radiant-forms-extension-3.2.2 app/views/admin/forms/index.html.haml
radiant-forms-extension-3.2.1 app/views/admin/forms/index.html.haml
radiant-forms-extension-3.2.0.beta.1 app/views/admin/forms/index.html.haml
radiant-forms-extension-3.1.1 app/views/admin/forms/index.html.haml
radiant-forms-extension-2.0.1 app/views/admin/forms/index.html.haml
radiant-forms-extension-2.0.0 app/views/admin/forms/index.html.haml