aboutsummaryrefslogtreecommitdiff
path: root/app/views/taxonomies/_taxonomy.html.erb
blob: 79df1677323a0e0e151c644c12b6d08633858cb2 (plain)
1
2
3
4
5
6
7
<section class="on" 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>