Sha256: e5947d101ccae289c95a460fdb8390b0b10ddaf46c91086dd1bd62ba25c69f79

Contents?: true

Size: 1.01 KB

Versions: 122

Compression:

Stored size: 1.01 KB

Contents

%tr
  %th.label
    %label{:for=>"page_#{page_field.name}"}= page_field.name
  %td.field
    = hidden_field_tag "page[fields_attributes][#{page_field_counter}][id]", page_field.id, :id => "page_fields_attributes_#{page_field_counter}_id" unless page_field.new_record?
    = hidden_field_tag "page[fields_attributes][#{page_field_counter}][name]", page_field.name, :id => "page_fields_attributes_#{page_field_counter}_name", :class => "page_field_name"
    = hidden_field_tag "page[fields_attributes][#{page_field_counter}][_destroy]", page_field._destroy, :class => 'delete_input'
    ~ text_field_tag "page[fields_attributes][#{page_field_counter}][content]", page_field.content, :id => "page_fields_attributes_#{page_field_counter}_content", :class => "textbox", :maxlength => 200
  %td.actions
    = link_to '#add_field_popup', :class=>'popup', :alt => t('add_field') do
      = image 'plus_grey'
    = link_to "#remove_field#{page_field_counter}", :class => "remove_field", :alt => "Remove Field" do
      = image 'minus_grey'

Version data entries

122 entries across 122 versions & 1 rubygems

Version Path
trusty-cms-4.0.2 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-3.9.7 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-3.9.6 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-3.9.5 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-4.0.1 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-3.9.4 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-3.9.3 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-3.9.2 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-4.0.0 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-3.9.1 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-3.9.0 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-3.8.4 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-3.8.3 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-3.8.2 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-3.8.1 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-3.8.0 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-3.7.1 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-3.7.0 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-3.6.2 app/views/admin/page_fields/_page_field.html.haml
trusty-cms-3.6.1 app/views/admin/page_fields/_page_field.html.haml