diff --git a/app/views/rules/index.html.erb b/app/views/rules/index.html.erb index 57fc04e12..847c04204 100644 --- a/app/views/rules/index.html.erb +++ b/app/views/rules/index.html.erb @@ -133,9 +133,9 @@ - + <% @recent_runs.each do |run| %> - "> + "> <%= run.executed_at.strftime("%b %d, %Y %I:%M %p") %> @@ -155,7 +155,7 @@ <% end %> <% if run.failed? && run.error_message.present? %>
- <%= icon("info", size: "sm", class: "text-red-500") %> + <%= icon("info", size: "sm", color: "destructive") %>
<% end %> diff --git a/app/views/settings/llm_usages/show.html.erb b/app/views/settings/llm_usages/show.html.erb index 50d05f649..681aa2341 100644 --- a/app/views/settings/llm_usages/show.html.erb +++ b/app/views/settings/llm_usages/show.html.erb @@ -115,9 +115,9 @@ <%= t(".col_cost") %> - + <% @llm_usages.each do |usage| %> - "> + "> <%= usage.created_at.strftime("%b %d, %Y %I:%M %p") %> @@ -131,8 +131,8 @@ <% if usage.failed? %>
- <%= icon "alert-circle", class: "w-4 h-4 text-red-600 theme-dark:text-red-400" %> - <%= t(".failed") %> + <%= icon "alert-circle", size: "sm", color: "destructive" %> + <%= t(".failed") %>