Sha256: 0591ed35103b19b1ff2b8072cac16cd4a21673d7d25fec8b7d2ee3e470e5b8bb

Contents?: true

Size: 277 Bytes

Versions: 4

Compression:

Stored size: 277 Bytes

Contents

<% content_for :body do %>
  <ul id="categories">
    <% @categories.each do |category| %>
      <li>
        <%= link_to category.title, refinery.race_registrations_category_path(category) %>
      </li>
    <% end %>
  </ul>
<% end %>

<%= render '/refinery/content_page' %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
refinerycms-registrations-0.2.1 app/views/refinery/race_registrations/categories/index.html.erb
refinerycms-registrations-0.1.2 app/views/refinery/race_registrations/categories/index.html.erb
refinerycms-registrations-0.1.1 app/views/refinery/race_registrations/categories/index.html.erb
refinerycms-registrations-0.1.0 app/views/refinery/race_registrations/categories/index.html.erb