Sha256: d5d1a1f99f2613cc013fc15ddebe76921f298ddb8b883ae68c1b8271a3bda596

Contents?: true

Size: 858 Bytes

Versions: 11

Compression:

Stored size: 858 Bytes

Contents

<%- set_title 'Managed Content Section Details' -%>

<fieldset class="form_container">
  <%= legend_tag 'About This Managed Content Section' -%>
  <div class="form_column">
    <%= faux_field 'Title', @section.headline %>
  </div>
  <div class="form_column">
    <%= faux_field 'URL', @section.humanize_path %>
  </div>
</fieldset>

<fieldset class="form_container">
  <%= legend_tag 'Content&nbsp;' -%>
  <div class="form_column">
    <%= faux_field 'Content', @section.content -%>
  </div>
  <div class="form_column">
    <%= faux_field 'Summary', @section.summary %>
  </div>
</fieldset>

<%= link_to 'Edit', edit_admin_publication_managed_content_section_path(@publication, @content, @section), :class => 'button' -%>
<%= link_to 'Back', admin_publication_managed_content_path(@publication, @content), :class => 'button' -%>
<br style="clear: both;" />

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
editorial_logic-1.3.3 app/views/admin/sections/show.html.erb
editorial_logic-1.3.2 app/views/admin/sections/show.html.erb
editorial_logic-1.3.1 app/views/admin/sections/show.html.erb
editorial_logic-1.3.0 app/views/admin/sections/show.html.erb
editorial_logic-1.1.6 app/views/admin/sections/show.html.erb
editorial_logic-1.1.5 app/views/admin/sections/show.html.erb
editorial_logic-1.1.4 app/views/admin/sections/show.html.erb
editorial_logic-1.1.3 app/views/admin/sections/show.html.erb
editorial_logic-1.1.2 app/views/admin/sections/show.html.erb
editorial_logic-1.1.1 app/views/admin/sections/show.html.erb
editorial_logic-1.1.0 app/views/admin/sections/show.html.erb