Sha256: da1af9a68a2b68cdebe3401df0217a90eb68c76279fb06bef9f56dc14bf79d2e

Contents?: true

Size: 391 Bytes

Versions: 3

Compression:

Stored size: 391 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 jwysiwyg #{unique_class}", :width => "490", :height => "400")
  = enable_redactor(unique_class)

Version data entries

3 entries across 3 versions & 1 rubygems

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