From c08242d9751f54d585b1da458564a1e372d0bcc5 Mon Sep 17 00:00:00 2001 From: Tuan Nguyen Date: Wed, 20 Nov 2024 14:43:46 -0500 Subject: [PATCH] correct column size --- app/views/home/_fee.html.erb | 2 +- app/views/process_payments/new.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/home/_fee.html.erb b/app/views/home/_fee.html.erb index bcda159..f27dcb3 100644 --- a/app/views/home/_fee.html.erb +++ b/app/views/home/_fee.html.erb @@ -1,5 +1,5 @@
-
+
<%= fee.fee_description %>
diff --git a/app/views/process_payments/new.html.erb b/app/views/process_payments/new.html.erb index df8c8f9..c372ca5 100644 --- a/app/views/process_payments/new.html.erb +++ b/app/views/process_payments/new.html.erb @@ -3,7 +3,7 @@ <% @records.each do |record| %> <%= f.fields_for "payment_record[#{record.fee_id}]" do |fr| %>
-
+
<%= record.fee.fee_description %>