Fix: NGワード設定画面のエラー

This commit is contained in:
KMY 2025-02-28 15:15:39 +09:00
parent d5ba371a5e
commit a4c43dcf18
4 changed files with 15 additions and 15 deletions

View file

@ -1,6 +0,0 @@
<%- @user_roles.each do |role| %>
.user-role-<%= role.id %> {
--user-role-accent: <%= role.color %>;
}
<%- end %>