Add tests
This commit is contained in:
parent
363dfaa7d3
commit
cdea0e1218
14 changed files with 116 additions and 52 deletions
|
|
@ -21,7 +21,7 @@
|
|||
<i class="bi bi-pencil text-warning"></i>
|
||||
<% end %>
|
||||
</h3>
|
||||
<%= link_to tag.i(class: "bi bi-#{edit_mode ? "pencil" : "pencil"}"), edit_mode ? success_criterion : [:edit, success_criterion], class: "btn btn-#{edit_mode ? "link text-warning" : "link text-secondary"}" %>
|
||||
<%= success_criterion_edit_button(success_criterion, edit_mode) %>
|
||||
<div class="flex-fill d-flex justify-content-end">
|
||||
<button class="btn btn-link text-body"
|
||||
data-controller="collapse-chevron-toggler"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue