Skip to content

Commit

Permalink
Fix bill sponsor 'see all' list
Browse files Browse the repository at this point in the history
  • Loading branch information
tashian committed Apr 15, 2011
1 parent 6230d2c commit 06b55ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/views/bills/_sponsor.html.haml
@@ -1,6 +1,4 @@
%li
- surround '',',' do
= sponsor.sponsor_id? ? link_to(sponsor.sponsor.full_name, person_path(sponsor.sponsor)) : sponsor.sponsor_name
.person_party
= Role.party_fm(person[:party]).to_s.parenthesize
= sponsor.kind_fm

0 comments on commit 06b55ac

Please sign in to comment.