big link is too big

This commit is contained in:
Thibault Duplessis 2013-06-10 01:49:58 +02:00
parent 5c073b8919
commit eb7f7a51d3

View file

@ -20,8 +20,8 @@
@if(userTimeline.size == 8) {
<a class="more" href="@routes.Lobby.timelineMore">@trans.more() »</a>
} else {
<a class="more find button" href="@routes.Relation.suggest(u.username)">
<span class="s16 tup">@trans.findFriends()</span>
<a class="more find" href="@routes.Relation.suggest(u.username)">
@trans.findFriends()
</a>
}
<a class="irc" href="@routes.Main.irc">@trans.chat()</a>