diff --git a/app/views/rules/index.html.erb b/app/views/rules/index.html.erb index 05c5361dd..4c43de864 100644 --- a/app/views/rules/index.html.erb +++ b/app/views/rules/index.html.erb @@ -109,7 +109,7 @@
- +
<%= t("rules.recent_runs.columns.date_time") %> diff --git a/app/views/settings/ai_prompts/show.html.erb b/app/views/settings/ai_prompts/show.html.erb index 60e11c9bb..bd4e1baa2 100644 --- a/app/views/settings/ai_prompts/show.html.erb +++ b/app/views/settings/ai_prompts/show.html.erb @@ -40,7 +40,7 @@ <%= icon "chevron-right", class: "group-open:transform group-open:rotate-90" %>
[<%= Provider::Openai::DEFAULT_MODEL %>]
-
+
<%= @assistant_config[:instructions] %>
@@ -68,7 +68,7 @@ <%= icon "chevron-right", class: "group-open:transform group-open:rotate-90" %>
[<%= Provider::Openai::DEFAULT_MODEL %>]
-
+
<%= @assistant_config[:auto_categorizer]&.instructions || Provider::Openai::AutoCategorizer.new(nil).instructions %>
@@ -96,7 +96,7 @@ <%= icon "chevron-right", class: "group-open:transform group-open:rotate-90" %>
[<%= Provider::Openai::DEFAULT_MODEL %>]
-
+
<%= @assistant_config[:auto_merchant]&.instructions || Provider::Openai::AutoMerchantDetector.new(nil, model: "", transactions: [], user_merchants: []).instructions %>
diff --git a/app/views/settings/llm_usages/show.html.erb b/app/views/settings/llm_usages/show.html.erb index d0b8e5967..a5574c116 100644 --- a/app/views/settings/llm_usages/show.html.erb +++ b/app/views/settings/llm_usages/show.html.erb @@ -106,7 +106,7 @@
"> <% if @llm_usages.any? %> - +
<%= t(".col_date") %> <%= t(".col_operation") %>