pull/1168/head
Thibault Duplessis 2015-10-16 13:27:36 +02:00
parent 799c74e4e9
commit 8c76e43779
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<tr class="paginated_element">
<td class="subject">
<a class="team-name" href="@routes.Team.show(t.id)">
<span data-icon="f" class="@myTeam(t.id).??("is-green")"></span>
<span data-icon="f" class="@{myTeam(t.id).??("is-green")}"></span>
@t.name
</a>
@shorten(t.description, 200)