Sha256: f7ec77ba0c6b082324652de648fdad28b48b521a0cd1805a8ed3ce7de3255598

Contents?: true

Size: 647 Bytes

Versions: 8

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.to_param), :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} "+:delete_this_page.l, admin_page_path(@page), :method => :delete, :confirm => :are_you_sure_you_want_to_delete_this_page.l

Version data entries

8 entries across 8 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~
community_engine-2.0.0.beta3 app/views/pages/edit.html.haml~
community_engine-2.0.0.beta2 app/views/pages/edit.html.haml~
community_engine-2.0.0.beta1 app/views/pages/edit.html.haml~