Sha256: 7b1bbe048108487128cca2cdd39e7ab4373b73cd586c6472bebdd78bff60ebb7

Contents?: true

Size: 395 Bytes

Versions: 8

Compression:

Stored size: 395 Bytes

Contents

#yui-main
  .yui-b
    -box do 
      %h3= :new_page.l
      = error_messages_for :page
      = form_for(:page, :url => admin_pages_path, :html => {:class => "MainForm", :id => 'post_form'}) do |f|

        =render :partial => 'form', :locals => {:f => f}
        
        %p
          = submit_tag :save.l
          =:or.l 
          = link_to :cancel_and_go_back_to_pages.l, admin_pages_path

Version data entries

8 entries across 8 versions & 1 rubygems

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