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

Commit

Permalink
Kill the "Sharing" display for now
Browse files Browse the repository at this point in the history
Bring this back as "Distributing" and "Surplus" once we have those
computed values tight.
  • Loading branch information
chadwhitacre committed Jul 1, 2016
1 parent b09510c commit 30f4554
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions templates/team-base.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
<td class="total-receiving" data-team="{{ team.id }}">{{ format_currency(team.receiving, 'USD') }}</td>
<td class="nreceiving-from" data-team="{{ team.id }}">{{ team.nreceiving_from }}</td>
</tr>
<tr>
<td class="label">{{ _("Sharing") }}</td>
<td>{{ format_currency(0, 'USD') }}</td>
<td>0</td>
</tr>
</table>
{% endif %}

Expand Down
5 changes: 0 additions & 5 deletions www/index.html.spt
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@ suppress_welcome = 'suppress-welcome' in request.cookie
if team.receiving else '- &nbsp;'|safe }}</td>
<td>{{ team.nreceiving_from if team.nreceiving_from else '-' }}</td>
</tr>
<tr>
<td class="label">{{ _("Sharing") }}</td>
<td>- &nbsp;</td>
<td>-</td>
</tr>
</table>
{% endif %}
</td>
Expand Down

0 comments on commit 30f4554

Please sign in to comment.