Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
remove rank-display component
Browse files Browse the repository at this point in the history
  • Loading branch information
turboMaCk committed Dec 9, 2015
1 parent e6384b9 commit 1aeb86c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 79 deletions.
32 changes: 0 additions & 32 deletions app/components/inventory/rank-display.js

This file was deleted.

2 changes: 0 additions & 2 deletions app/inventory/index/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<tr class="table-header">
<th>Name</th>
<th>Quantity</th>
<th>Rank</th>
<th>Requested On</th>
<th>Requested By</th>
{{#if canFulfill}}
Expand All @@ -15,7 +14,6 @@
<tr>
<td>{{request.inventoryItem.name}}</td>
<td>{{request.quantity}}</td>
<td>{{inventory/rank-display rank=request.inventoryItem.rank}}</td>
<td>{{date-format request.dateRequested}}</td>
<td>{{request.requestedBy}}</td>
{{#if canFulfill}}
Expand Down
2 changes: 0 additions & 2 deletions app/inventory/listing/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{{#sortable-column sortBy='name' sortDesc=sortDesc sortKey=sortKey }}Name{{/sortable-column}}
{{#sortable-column sortBy='inventoryType' sortDesc=sortDesc sortKey=sortKey }}Type{{/sortable-column}}
{{#sortable-column sortBy='quantity' sortDesc=sortDesc sortKey=sortKey }}Quantity{{/sortable-column}}
{{#sortable-column sortBy='rank' sortDesc=sortDesc sortKey=sortKey }}Rank{{/sortable-column}}
<th>Location</th>
{{#sortable-column sortBy='crossReference' sortDesc=sortDesc sortKey=sortKey }}XRef{{/sortable-column}}
<th>Actions</th>
Expand All @@ -18,7 +17,6 @@
<td>{{inventory.name}}</td>
<td>{{inventory.inventoryType}}</td>
<td>{{inventory.quantity}} {{inventory.distributionUnit}}</td>
<td>{{inventory/rank-display rank=inventory.rank}}</td>
<td>{{inventory.displayLocations}}</td>
<td>{{inventory.crossReference}}</td>
<td>
Expand Down
1 change: 0 additions & 1 deletion app/templates/components/inventory/rank-display.hbs

This file was deleted.

42 changes: 0 additions & 42 deletions tests/integration/components/inventory/rank-display-test.js

This file was deleted.

0 comments on commit 1aeb86c

Please sign in to comment.