Sha256: 8229a835302f5059b872819ac410c4aad0348e51b80d76e71943de6f800d4b1a

Contents?: true

Size: 412 Bytes

Versions: 3

Compression:

Stored size: 412 Bytes

Contents

<table>
  <thead>
    <tr><th><%= pluralize concepts.length, 'concept' %></th></tr>
  </thead>
  <tbody>
    <% concepts.each do |c| %>
      <tr>
        <td class="details">
          <hgroup>
            <h3><%= c.label %><br/></h3>
            <%= link_to c.uri.to_s, c.uri.to_s %>
          </hgroup>
          <section><%= c.comment %></section>
        </td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
publish_my_data-0.0.32 app/views/publish_my_data/concept_schemes/_concepts.html.erb
publish_my_data-0.0.31 app/views/publish_my_data/concept_schemes/_concepts.html.erb
publish_my_data-0.0.30 app/views/publish_my_data/concept_schemes/_concepts.html.erb