Sha256: bbc88be3ec7f1b6befe11947aa485dc0a426f0d9831b0c4f9a8f6ec107dafbd1

Contents?: true

Size: 1.38 KB

Versions: 1

Compression:

Stored size: 1.38 KB

Contents

.page{:id => "page-#{page_part.name.to_slug}"}
  .part{:id => "part-#{page_part.name.to_slug}"}
    = hidden_field_tag "page[parts_attributes][#{page_part_counter}][name]", page_part.name, :id => "part_#{page_part.name.to_slug}_name"
    = hidden_field_tag "page[parts_attributes][#{page_part_counter}][id]", page_part.id, :id => "part_#{page_part_counter}_id", :class => "id_input"
    = hidden_field_tag "page[parts_attributes][#{page_part_counter}][_delete]", false, :class => "delete_input"
    %p
      %label{:for => "part_#{page_part.name.to_slug}_filter_id"} Filter
      = select_tag "page[parts_attributes][#{page_part_counter}][filter_id]", filter_options_for_select(page_part.filter_id), :id => "part_#{page_part.name.to_slug}_filter_id"
      %span#reference-links
        Reference:
        %span{:id => "filter-reference-link-#{page_part.name.to_slug}"}
          = link_to_function "Filter", "load_filter_reference('#{page_part.name.to_slug}');"
        %span{:id => "tag-reference-link-#{page_part.name.to_slug}"}
          = link_to_function 'Available Tags', "load_tag_reference('#{page_part.name.to_slug}');"
      = render_region :part_controls, :locals => {:page_part => page_part}
    %div
      ~ text_area_tag "page[parts_attributes][#{page_part_counter}][content]", h(page_part.content), :class => "textarea", :style => "width: 100%", :id => "part_#{page_part.name.to_slug}_content"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
radiant-0.8.0 app/views/admin/page_parts/_page_part.html.haml