We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312b379 commit 863bd1bCopy full SHA for 863bd1b
views/partials/votes/team.html.haml
@@ -1,5 +1,6 @@
1
- if (vote.team.url)
2
%img{ src: 'http://pinkyurl.com/i?url=' + encodeURIComponent(vote.team.url + '/#' + vote.team.lastDeployedHead) + '&out-format=png&resize=160x93' }
3
+= vote.team.application + ' by'
4
%a{ href: '/teams/' + vote.team.toParam() }= vote.team.name
5
.details
6
%time{ datetime: vote.createdAt.toISOString() }
0 commit comments