Sha256: b4a65acd73b2e3ee385d2f81050af10812d2797d9125c57341ddb3dcf19f9971

Contents?: true

Size: 348 Bytes

Versions: 3

Compression:

Stored size: 348 Bytes

Contents

%p
  - id_of_text_area = "gluttonberg_page_localization[contents][#{content.association_name}][#{content.id}][text]"
  - unique_class =  "gb_page_contents_content_#{content.id}"

  %label.block_label= content.section_label
  = text_area_tag(id_of_text_area , content.text, :class => "large tall #{unique_class}", :width => "490", :height => "400")

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gluttonberg-core-3.0.2 app/views/gluttonberg/admin/content/editors/_textarea_content.html.haml
gluttonberg-core-3.0.1 app/views/gluttonberg/admin/content/editors/_textarea_content.html.haml
gluttonberg-core-3.0.0 app/views/gluttonberg/admin/content/editors/_textarea_content.html.haml