aboutsummaryrefslogtreecommitdiff
path: root/app/views/taxonomies/_taxonomy.html.erb
blob: eb2dd79a6338a9ab5a57551df751b8512cdc9d5c (plain)
1
2
3
4
5
6
7
<section id="taxonomy-<%= taxonomy.to_param %>" data-controller="taxonomy" data-taxonomy-uuid="<%= taxonomy.uuid %>">
    <h3><%= taxonomy.name %></h3>
    <p class="summary"><%= h taxonomy.summary %></p>
    <div class="description"><%= m taxonomy.description %></div>
    <button data-action="taxonomy#deploy">Preview</button>
    <div class="deploy" data-target="taxonomy.deploy"></div>
</section>