Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Remove price rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-linaro committed Jun 17, 2024
1 parent d88e71b commit 289bf3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion _includes/compare-boards-filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
{% endfor %}

<select id="compare-96boards-attribute-select" multiple="multiple">
<option value="price">Price</option>
<option value="image">Image</option>
{% for attr in tags %}
<option value="{{attr}}">{{attr}}</option>
Expand Down
2 changes: 0 additions & 2 deletions _includes/compare-boards-table.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
<th class="attr attr-heading" data-attr="image">
Image <i data-toggle="tooltip" data-placement="top" title="Remove Attribute" class="icon-cancel removeAttribute"></i>
</th>
<th class="attr attr-heading" data-attr="price"> Price <i data-toggle="tooltip" data-placement="top"
title="Remove Attribute" class="icon-cancel removeAttribute"></i> </th>
{% for attr in tags %}
<th data-attr="{{attr}}" class="attr attr-heading">{{attr}} <i data-toggle="tooltip"
data-placement="top" title="Remove Attribute" class="icon-cancel removeAttribute"></i>
Expand Down

0 comments on commit 289bf3a

Please sign in to comment.