Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
interface changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Irio committed Jan 8, 2017
1 parent 7d09992 commit 55779ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lead_scoring/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@

DISPLAY_KEYS = OrderedDict([
('url', 'URL'),
('issue_date', 'Data do gasto'),
# ('issue_date', 'Data do gasto'),
('congressperson_name', 'Deputado'),
('total_net_value', 'Valor'),
# ('total_net_value', 'Valor'),
('meal_price_outlier', 'Pre莽o de refei莽茫o suspeito?'),
('over_monthly_subquota_limit', 'Acima da subcota?'),
('suspicious_traveled_speed_day', 'Dist芒ncia viajada suspeita?'),
('has_receipt', 'Tem recibo?'),
('is_in_office', 'Em mandato?'),
# ('has_receipt', 'Tem recibo?'),
# ('is_in_office', 'Em mandato?'),
('rosie_score', 'N铆vel de suspeita'),
('score', 'Ranking'),
('year', 'Ano'),
Expand Down
4 changes: 4 additions & 0 deletions lead_scoring/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
text-align: center;
}

[data-status="false_positive"] {
color: red;
}

[value="True"] {
border-bottom: 1px solid green;
}
Expand Down

0 comments on commit 55779ac

Please sign in to comment.