File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 186186 < div class ="position-relative mb-4 ">
187187 < div class ="box-body text-center float-center ">
188188 <%= new_button_to new_donation_path , { text : "New Donation" } %>
189- < h3 class ="text-center "> <%= dollar_value ( total_received_money_donations ) %> items
189+ < h3 class ="text-center "> <%= total_received_donations %> items
190190 received <%= @selected_date_range_label %> </ h3 >
191- < h4 class ="text-center "> $ <%= total_received_money_donations %>
191+ < h4 class ="text-center "> <%= dollar_value ( total_received_money_donations ) %>
192192 raised <%= @selected_date_range_label %> </ h4 >
193193 < div class ="box-body ">
194194 < h4 > Recent Donations</ h4 >
217217 < div class ="card-body ">
218218 < div class ="position-relative mb-4 ">
219219 < div class ="box-body text-center float-center ">
220- < h3 class ="text-center "> <%= total_received_donations %> items
220+ < h3 class ="text-center "> <%= total_received_from_diaper_drives %> items
221221 received <%= @selected_date_range_label %> </ h3 >
222- < h4 class ="text-center "> $ <%= total_received_money_donations %>
222+ < h4 class ="text-center "> <%= dollar_value ( total_received_money_donations ) %>
223223 raised <%= @selected_date_range_label %> </ h4 >
224224 < div class ="box-body ">
225225 < h4 > Recent Donations from Diaper Drives</ h4 >
Original file line number Diff line number Diff line change 1515
1616Sidekiq ::Testing . fake! # fake is the default mode
1717
18+ SimpleCov . start
19+
1820# Add additional requires below this line. Rails is not loaded until this point!
1921
2022# Requires supporting ruby files with custom matchers and macros, etc, in
You can’t perform that action at this time.
0 commit comments