Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ganine committed May 5, 2012
2 parents bb917fc + 262ff00 commit 59fea57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/reports/users/backers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ def all_confirmed_backers
'Recompensa Selecionada Valor',
'Feito em',
'Projeto',
'Bem sucedido?',
'Termina em',
'Categoria'
]

Expand All @@ -21,6 +23,8 @@ def all_confirmed_backers
(backer.reward.minimum_value if backer.reward),
(backer.created_at.strftime("%d/%m/%Y") if backer.created_at),
backer.project.name,
(backer.project.successful? ? 'Sim' : 'Não'),
(backer.expires_at.strftime("%d/%m/%Y") if backer.expires_at),
backer.project.category.name
]
end
Expand Down

0 comments on commit 59fea57

Please sign in to comment.