Sha256: 4cd13647f03db4f23d0c58908e3e59b695e40905ec7b41cd77e60a9d80fb9e72
Contents?: true
Size: 784 Bytes
Versions: 11
Compression:
Stored size: 784 Bytes
Contents
<%= content_block_form_for(@block) do |f| %> <%= page_title_with_buttons f %> <%= render 'form_errors', form: f %> <%= render 'exception', :object => @exception if @exception %> <%= render :partial => 'version_conflict_error', :locals => {:other_version => @other_version, :your_version => @block} if @other_version %> <%= render 'hidden_fields', f: f %> <div class="padded row-fluid"> <div class="span8 main-content"> <%= render block_form, f: f %> </div> <%= render partial: 'sidebar', layout: 'sidebar_layout' unless @block.new_record? %> </div> <%= render :partial => "version_conflict_diff", :locals => {:other_version => @other_version, :your_version => @block} if @other_version %> <%= bottom_buttons f %> <% end %>
Version data entries
11 entries across 11 versions & 2 rubygems