Skip to content

Commit

Permalink
Closes: #67 - Linkify Manufacturer and SKU on SupportContract Info de…
Browse files Browse the repository at this point in the history
…tailed view
  • Loading branch information
DanSheps committed Jan 31, 2025
1 parent 7541a44 commit 280f5fe
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,17 @@
<h5 class="card-header">Support Contract</h5>
{% if support_contract %}
<table class="table table-hover attr-table">
<tr>
<th scope="row">Vendor</th>
<td>{{ support_contract.contract.vendor|linkify|placeholder }}</td>
</tr>
<tr>
<th scope="row"><span title="Contract Number">Contract Number</span></th>
<td>{{ support_contract.contract.contract_id|linkify|placeholder }}</td>
</tr>
<tr>
<th scope="row">Support SKU</th>
<td>{{ support_contract.sku }}</td>
<td>{{ support_contract.sku|linkify|placeholder }}</td>
</tr>
<tr>
<th scope="row">Start Date</th>
Expand Down

0 comments on commit 280f5fe

Please sign in to comment.