]> git.agnieray.net Git - galette.git/commitdiff
Remove br
authorJohan Cwiklinski <johan@x-tnd.be>
Tue, 9 Jun 2020 08:49:39 +0000 (10:49 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Tue, 9 Jun 2020 08:50:11 +0000 (10:50 +0200)
galette/templates/default/desktop.tpl

index 72a6157122f5e35cff4acd059617832a19352c4d..c9215b790f60704dfc5b362e42b59f21f1451628 100644 (file)
@@ -30,7 +30,7 @@
                 <a id="members" href="{path_for name="members"}" title="{_T string="View, search into and filter member's list"}">{_T string="Members"}</a>
                 <a id="groups" href="{path_for name="groups"}" title="{_T string="View and manage groups"}">{_T string="Groups"}</a>
     {if $login->isAdmin() or $login->isStaff()}
-                <a id="contribs" href="{path_for name="contributions" data=["type" => "contributions"]}" title="{_T string="View and filter contributions"}">{_T string="Contributions"}</a><br/>
+                <a id="contribs" href="{path_for name="contributions" data=["type" => "contributions"]}" title="{_T string="View and filter contributions"}">{_T string="Contributions"}</a>
                 <a id="transactions" href="{path_for name="contributions" data=["type" => "transactions"]}" title="{_T string="View and filter transactions"}">{_T string="Transactions"}</a>
                 <a id="mailings" href="{path_for name="mailings"}" title="{_T string="Manage mailings that has been sent"}">{_T string="Mailings"}</a>
                 <a id="reminder" href="{path_for name="reminders"}" title="{_T string="Send reminders to late members"}">{_T string="Reminders"}</a>