-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2d21ebf
commit 800f067
Showing
6 changed files
with
27 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,13 @@ | ||
<div class="row mb-4"> | ||
<div class="col-12 col-md-3 text-center pb-2 "> | ||
<span class="text-muted text-sm">Date</span><br/> | ||
<span class="text-muted"> | ||
<%= format_date fee.creation_time %> | ||
</span> | ||
<span class="badge badge-pill d-block"> <%= fee.fee_status %></span> | ||
</div> | ||
<div class="col-12 col-md-6 pb-2"> | ||
<span class="text-muted text-sm">Item</span><br/> | ||
<span class="h6 font-weight-light"><%= fee.item_title %></span> | ||
<div class="xtext-sm text-muted"> | ||
<div class="col-12 col-md-auto pb-2"> | ||
<div class="h4 text-muted"> | ||
<%= fee.fee_description %> | ||
</div> | ||
<div class="text-muted"><%= fee.item_title %></div> | ||
</div> | ||
<div class="col-6 col-md-3 text-center"> | ||
<span class="text-muted text-sm">Balance</span><br/> | ||
<span class="h4"><%= number_to_currency fee.balance %></span> | ||
<div class="col-12 col-md-3"> | ||
<div class="h4 text-muted"> | ||
<span class="visually-hidden">Balance:</span> <%= number_to_currency fee.balance %> | ||
</div> | ||
</div> | ||
|
||
<!-- <div class="col-6 col-md-2 text-center"> | ||
<span class="text-muted text-sm">Owner</span><br/> | ||
<% fee.owner_description %> | ||
<span class="text-sm text-white d-block"><% fee.owner_id %></span> | ||
</div> --> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters