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 %>