aboutsummaryrefslogtreecommitdiff
path: root/app/views/taxonomies/_taxonomy.html.erb
blob: eff69310c2b7eb0e66bac6e4de67b9e3674a198d (plain)
1
2
3
4
5
6
7
8
<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>