Skip to content

Commit 863bd1b

Browse files
author
Visnu Pitiyanuvath
committed
application names on people's vote results
1 parent 312b379 commit 863bd1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

views/partials/votes/team.html.haml

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
- if (vote.team.url)
22
%img{ src: 'http://pinkyurl.com/i?url=' + encodeURIComponent(vote.team.url + '/#' + vote.team.lastDeployedHead) + '&out-format=png&resize=160x93' }
3+
= vote.team.application + ' by'
34
%a{ href: '/teams/' + vote.team.toParam() }= vote.team.name
45
.details
56
%time{ datetime: vote.createdAt.toISOString() }

0 commit comments

Comments
 (0)