Cosmetics
Some checks failed
/ Run tests (push) Failing after 1m33s
/ Run system tests (push) Failing after 1m41s
/ Build, push and deploy image (push) Has been skipped

This commit is contained in:
david 2024-11-09 02:26:38 +01:00
parent ab335decd3
commit cde992a194
12 changed files with 53 additions and 49 deletions

View file

@ -6,6 +6,6 @@
<%= form.rich_text_area :quick_fail %>
<%= form.rich_text_area :quick_fix %>
<%= form.rich_text_area :test_comment %>
<%= form.submit class: "btn btn-warning" %>
<%= form.submit class: "btn btn-primary" %>
<%= link_to "Abbrechen", success_criterion.persisted? ? success_criterion : success_criterion.element, class: "btn btn-outline-secondary" %>
<% end %>