Skip to content

Commit

Permalink
Merge pull request #161 from datamade/feature/jfc/lobbyist-years-acti…
Browse files Browse the repository at this point in the history
…ve-sort-order

Remove 'years active' count from Lobbyist and Org detail views
  • Loading branch information
jeancochrane authored May 23, 2019
2 parents 2f2af9b + 3dc3fb6 commit 4e351d0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions camp_fin/templates/camp_fin/lobbyist-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,6 @@ <h2>
</h2>
<table class="table table-striped">
<tbody>
<tr>
<td>
<i class="fa fa-fw fa-clock-o"></i>
Years active
</td>
<td class="text-right">
{{ lobbyist.years_active|format_years }}
</td>
</tr>
{% if last_year_employed %}
<tr>
<td>
Expand Down
9 changes: 0 additions & 9 deletions camp_fin/templates/camp_fin/organization-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ <h2>
</h2>
<table class="table table-striped">
<tbody>
<tr>
<td>
<i class="fa fa-fw fa-clock-o"></i>
Years active
</td>
<td class="text-right">
{{ organization.years_active|format_years }}
</td>
</tr>
<tr>
<td>
<i class="fa fa-fw fa-building"></i>
Expand Down
Binary file modified data/cam_ContribExpenditure.zip
Binary file not shown.

0 comments on commit 4e351d0

Please sign in to comment.