Sha256: 8d53a63b53d93f3870ef558f60d55f7957f945aa405d24f5a48f163c692afd4b

Contents?: true

Size: 446 Bytes

Versions: 3

Compression:

Stored size: 446 Bytes

Contents

= form_for(@embed, :url => url , :html => {:class => "validation"}) do  |f|
  = gb_error_messages_for(@embed)

  .span5
    %p
      = f.label :title
      = f.text_field(:title , :class => "required")

    %p
      = f.label :shortcode
      = f.text_field(:shortcode, :class => 'required')

    %p
      = f.label :body
      = f.text_area(:body , :class => "fullscreen" )

    = form_controls(admin_embeds_path)

= enable_redactor("jwysiwyg")

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
gluttonberg-core-3.0.2 app/views/gluttonberg/admin/settings/embeds/_form.html.haml
gluttonberg-core-3.0.1 app/views/gluttonberg/admin/settings/embeds/_form.html.haml
gluttonberg-core-3.0.0 app/views/gluttonberg/admin/settings/embeds/_form.html.haml