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