Skip to content

Commit

Permalink
Merge 6bb23d2 into 58d1c23
Browse files Browse the repository at this point in the history
  • Loading branch information
rstorey committed May 8, 2019
2 parents 58d1c23 + 6bb23d2 commit 99352c1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions concordia/templates/action-app.html
Expand Up @@ -194,11 +194,10 @@ <h5 class="modal-title"><span class="asset-title">More Information</span></h5>
<label class="input-group-text concordia-app-input-group-text" for="sort-mode">Sort by</label>
</div>
<select class="custom-select custom-select-sm rounded-0" id="sort-mode">
<option value="recent">Most Recent</option>
<option value="easiest">Easiest</option>
<option value="hardest">Hardest</option>
<option value="item-id">Item ID</option>
<option value="recent">Most Recently Updated</option>
<option value="hardest">Most Difficult</option>
<option value="campaign">Campaign</option>
<option value="item-id">Item</option>
<option value="year">Year</option>
</select>
</div>
Expand Down

0 comments on commit 99352c1

Please sign in to comment.