Sha256: ceef6556eea9338349639f28c5b31554d6fd2053eed5c7c7b5b0864298d70681

Contents?: true

Size: 647 Bytes

Versions: 5

Compression:

Stored size: 647 Bytes

Contents

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

        =render :partial => 'form', :locals => {:f => f}
        
        %p
          = submit_tag :update.l
          =:or.l 
          = link_to :cancel_and_go_back_to_pages.l, admin_pages_path
        %p
          =link_to "#{image_tag 'icons/delete.png', :plugin => :community_engine}".html_safe+:delete_this_page.l, admin_page_path(@page), :method => :delete, :confirm => :are_you_sure_you_want_to_delete_this_page.l

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
community_engine-2.3.2 app/views/pages/edit.html.haml
community_engine-2.3.1 app/views/pages/edit.html.haml
community_engine-2.3.0 app/views/pages/edit.html.haml
community_engine-2.1.0 app/views/pages/edit.html.haml
community_engine-2.0.0 app/views/pages/edit.html.haml