Sha256: 8306b588f25bfa4a66c824ee27ed0908865c6d962d3942c820528c98d660df99

Contents?: true

Size: 355 Bytes

Versions: 4

Compression:

Stored size: 355 Bytes

Contents

<%= render :partial=> "left_body_content" %>

<section id='middle_body_content'>
  <div class="body">
    <%= render "middle_body_header" %>

    <%= raw content_of(@page, :middle_body)  %>

    <%= render "refinery/race_registrations/registrations/index" %>
  </div>

  <%= render "author_info" %>
</section>

<%= render :partial=>"right_body_content" %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
refinerycms-registrations-0.2.1 app/views/refinery/pages/registration_list.html.erb
refinerycms-registrations-0.1.2 app/views/refinery/pages/registration_list.html.erb
refinerycms-registrations-0.1.1 app/views/refinery/pages/registration_list.html.erb
refinerycms-registrations-0.1.0 app/views/refinery/pages/registration_list.html.erb