File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2635,6 +2635,7 @@ members.invite_now = Invite Now
2635
2635
2636
2636
teams.join = Join
2637
2637
teams.leave = Leave
2638
+ teams.view = View
2638
2639
teams.leave.detail = Leave %s?
2639
2640
teams.can_create_org_repo = Create repositories
2640
2641
teams.can_create_org_repo_helper = Members can create new repositories in organization. Creator will get administrator access to the new repository.
Original file line number Diff line number Diff line change 16
16
<div class="ui top attached header">
17
17
<a class="text black" href="{{$.OrgLink}}/teams/{{.LowerName | PathEscape}}"><strong>{{.Name}}</strong></a>
18
18
<div class="ui right">
19
- {{if $.IsOrganizationOwner}}
20
- <a class="btn ui primary small button" href="{{$.OrgLink}}/teams/{{.LowerName | PathEscape}}">{{ctx.Locale.Tr "org.teams.add_team_member"}}</a>
21
- {{end}}
19
+ <a class="btn ui primary small button" href="{{$.OrgLink}}/teams/{{.LowerName | PathEscape}}">{{ctx.Locale.Tr "org.teams.view"}}</a>
22
20
{{if .IsMember ctx $.SignedUser.ID}}
23
21
<form>
24
22
<button class="ui red tiny button delete-button" data-modal-id="leave-team"
You can’t perform that action at this time.
0 commit comments