Something not right here with Kate.

This commit is contained in:
2023-06-21 11:07:34 +01:00
parent 1eb8c2753f
commit d882c1a521
6 changed files with 10 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
<%= form_with(model: credential) do |form| %>
<%= form_with(model: [@domain, credential]) do |form| %>
<% if credential.errors.any? %>
<div style="color: red">
<h2><%= pluralize(credential.errors.count, "error") %> prohibited this credential from being saved:</h2>