Sha256: 77f769e74e9cd3224725b8386d296836cf0a78643755dec70ff71bb01f826ea5

Contents?: true

Size: 555 Bytes

Versions: 8

Compression:

Stored size: 555 Bytes

Contents

%label
  =:title.l
  %em="(#{:required.l})"
= f.text_field :title

%label
  =:body_text.l
  %em="(#{:required.l})"
= f.text_area :body, :style => "width:95%;", :class => "rich_text_editor"

%label
  = f.check_box :page_public
  =:make_page_public.l
  %br
  %em
    =:when_checked_this_page_will_be_visible_to_anyone.l
  %br
  %em
    =:when_unchecked_this_page_will_only_be_visible_to_people_who_are_logged_in_to.l
    = "#{configatron.community_name}."

%label
  =:save_page_as.l
= f.select(:published_as, [[:published.l, 'live'], [:draft.l, 'draft']])

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/pages/_form.html.haml
community_engine-2.3.1 app/views/pages/_form.html.haml
community_engine-2.3.0 app/views/pages/_form.html.haml
community_engine-2.1.0 app/views/pages/_form.html.haml
community_engine-2.0.0 app/views/pages/_form.html.haml
community_engine-2.0.0.beta3 app/views/pages/_form.html.haml
community_engine-2.0.0.beta2 app/views/pages/_form.html.haml
community_engine-2.0.0.beta1 app/views/pages/_form.html.haml