[SCM] watchdog branch, master, updated. 2a7f21c7e5c05b6e6f543c7d501ac02c42e4655c

1 view
Skip to first unread message

devi

unread,
Apr 14, 2009, 7:15:16 AM4/14/09
to watchdo...@googlegroups.com
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "watchdog".

The branch, master has been updated
via 2a7f21c7e5c05b6e6f543c7d501ac02c42e4655c (commit)
from 4325f605092d558d23918d9fcea6a81e05a9ca7a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2a7f21c7e5c05b6e6f543c7d501ac02c42e4655c
Author: Devi <asl...@gmail.com>
Date: Tue Apr 14 16:38:00 2009 +0530

style tweaks

-----------------------------------------------------------------------

Summary of changes:
templates/politician.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/templates/politician.html b/templates/politician.html
index c22c307..2063e5f 100644
--- a/templates/politician.html
+++ b/templates/politician.html
@@ -250,7 +250,7 @@ $if pol.contributors:
<td colspan="2">
<h2 class="rep">Top Contributors</h2>
<table class="charted structure contributors" style="width: 100%"><tbody>
- <tr><td colspan="2" style="text-align: left; padding-bottom: 4px;" class="disclaimer">Individuals reporting the same zip code who have donated to a lawmaker's political campaign. Use with caution: based on raw FEC data.</td></tr>
+ <tr><td colspan="3" style="text-align: left; padding-bottom: 4px;" class="disclaimer">Individuals reporting the same zip code who have donated to a lawmaker's political campaign. Use with caution: based on raw FEC data.</td></tr>
$for c in pol.contributors:
$ names = c.name.lower().replace(',', '').split(' ')
$ name = '_'.join(names[1:])+'_'+names[0]
@@ -261,7 +261,7 @@ $if pol.contributors:
</tr>
<tr><td colspan="3" style="text-align: left;"><span style="color: #EE4400">
<a href="/p/$pol.id/contribs" class="more">More contributors</a>&nbsp;&rarr;</span></td></tr>
- <tr><td colspan="4" class="disclaimer" style="text-align: left">Source: FEC data from the 1980 to 2000 election cycles.</td></tr>
+ <tr><td colspan="3" class="disclaimer" style="text-align: left">Source: FEC data from the 1980 to 2000 election cycles.</td></tr>
</tbody></table>
</td>
</tr>
@@ -281,7 +281,7 @@ $if pol.contributor_employers:
<td>\$$commify(int(c.amt))</td>
</tr>
<tr><td colspan="2" style="text-align: left;"><span style="color: #EE4400"><a href="/p/$pol.id/contrib-employers" class="more">More contributors</a>&nbsp;&rarr;</span></td></tr>
- <tr><td colspan="4" class="disclaimer" style="text-align: left">Source: FEC data from the 1980 to 2000 election cycles.</td></tr>
+ <tr><td colspan="2" class="disclaimer" style="text-align: left">Source: FEC data from the 1980 to 2000 election cycles.</td></tr>
</tbody></table>

</td></tr><tr>
@@ -290,7 +290,7 @@ $if pol.lob_contribs:
<tr><td colspan="2" class="rule">
<h2 class="rep">Top Lobby Contributors</h2>
<table class="charted structure contributors" style="width: 100%"><tbody>
- <tr><td colspan="2" style="text-align: left; padding-bottom: 4px;" class="disclaimer">New rules require lobbyists to disclose their giving, and giving by the PACs they control. Use with caution: This data compiled from raw filings</td></tr>
+ <tr><td colspan="4" style="text-align: left; padding-bottom: 4px;" class="disclaimer">New rules require lobbyists to disclose their giving, and giving by the PACs they control. Use with caution: This data compiled from raw filings</td></tr>
$for c in pol.lob_contribs:
$def whom():
${(c.contact_name if c.contact_name else ((c.prefix or '') + ' ' + (c.firstname or '') + ' ' + (c.middlename or '') + ' ' + (c.lastname or '') + ' ' + (c.suffix or ''))).title()}


hooks/post-receive
--
watchdog

webchick

unread,
Apr 14, 2009, 11:14:46 AM4/14/09
to watchdog developers
Now that all of these changes are live, I am going to sync up my
sandbox and work from there. Great work, Devi!
Reply all
Reply to author
Forward
0 new messages