Skip to content

Commit

Permalink
more payment history display tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
amtuannguyen committed Nov 19, 2024
1 parent e86f50f commit 9412c96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/transactions/_transaction.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
</div>
<div class="text-muted text-truncate">
<% if record.fee.nil? || record.fee.item_title.nil? %>
<span class="invisible"><%= "Fee ID: #{record.fee.id}" unless record.fee.nil? %></span>
<%= record.fee_item_title %>
<span class="invisible"> <%= "Fee ID: #{record.fee.id}" unless record.fee.nil? %></span>
<% else %>
<%= record.fee.item_title %>
<% end %>
Expand Down

0 comments on commit 9412c96

Please sign in to comment.