File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
app/grants/templates/grants/shared Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 22
22
< option value ="-weighted_risk_score "> {% trans "Weighted Risk Score" %}</ option >
23
23
< option value ="-sybil_score "> {% trans "Sybil Score" %}</ option >
24
24
{% endif %}
25
- < option value ="-weighted_shuffle "> {% trans "Weighted Shuffle:Lowest First" %}</ option >
26
- < option value ="-clr_prediction_curve__0__1 "> {% trans "Round 6 - Match Estimate: Highest" %}</ option >
27
- < option value ="-amount_received_in_round "> {% trans "Round 6 - Amount Raised : Highest" %}</ option >
28
- < option value ="-positive_round_contributor_count "> {% trans "Round 6 - Contributors: Highest" %}</ option >
29
- {% if type == 'media' %}
30
- < option value ="-negative_round_contributor_count "> {% trans "Round 6 - Negative Contributors: Highest" %}</ option >
31
- {% endif %}
25
+ < option value ="-clr_prediction_curve__0__1 "> {% trans "Round 6 - Match Estimate" %}</ option >
26
+ < option value ="-amount_received_in_round "> {% trans "Round 6 - Amount Raised" %}</ option >
27
+ < option value ="-positive_round_contributor_count "> {% trans "Round 6 - Contributors" %}</ option >
32
28
< option value ="-created_on "> {% trans "Created: Recent" %}</ option >
33
29
< option value ="created_on "> {% trans "Created: Oldest" %}</ option >
34
30
< option value ="-amount_received "> {% trans " Alltime Amount Raised: Highest" %}</ option >
35
- < option value ="amount_received "> {% trans " Alltime Amount Raised: Lowest" %}</ option >
36
31
< option value ="-contribution_count "> {% trans "Most Contributions Alltime" %}</ option >
37
32
< option value ="-contributor_count "> {% trans "Most Contributors Alltime" %}</ option >
38
33
</ select >
You can’t perform that action at this time.
0 commit comments