aboutsummaryrefslogtreecommitdiff
path: root/app/views/resources/_resource.html.erb
blob: 39997ef23b316d9619901cb6c8f584e9a2aa77f4 (plain)
1
2
3
4
5
6
7
8
9
10
<section id="resource-<%= resource.uuid %>">
    <header>
        <h2><%= h resource.name %></h2>
        <time datetime="<%= h resource.created_at %>" class="created_at">
        <time datetime="<%= h resource.updated_at %>" class="updated_at">
        <p class="identifier"><%= resource_url(resource) %></p>
    </header>
    <div><%= h resource.description %></div>
    <code><%= h resource.feature.as_json %></code>
</section>