Skip to content

Commit df00cca

Browse files
KN4CK3RGiteaBot
andauthored
1 parent da65b7a commit df00cca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/org/team/members.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@
4949
<h4 class="ui top attached header">{{$.locale.Tr "org.teams.invite_team_member.list"}}</h4>
5050
<div class="ui bottom attached table segment members">
5151
{{range .Invites}}
52-
<div class="item">
53-
{{.Email}}
52+
<div class="item gt-df gt-ac gt-fw">
53+
<span class="gt-f1">{{.Email}}</span>
5454
<form action="{{$.OrgLink}}/teams/{{$.Team.LowerName | PathEscape}}/action/remove_invite" method="post">
5555
{{$.CsrfTokenHtml}}
5656
<input type="hidden" name="iid" value="{{.ID}}">
57-
<button class="ui red button gt-float-right">{{$.locale.Tr "org.members.remove"}}</button>
57+
<button class="ui red button">{{$.locale.Tr "org.members.remove"}}</button>
5858
</form>
5959
</div>
6060
{{end}}

0 commit comments

Comments
 (0)