fix leave team 404 (#1154)
This commit is contained in:
		
							parent
							
								
									d2b2881306
								
							
						
					
					
						commit
						b40496533b
					
				
					 2 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -108,6 +108,8 @@ func TeamsAction(ctx *context.Context) {
 | 
			
		|||
	switch page {
 | 
			
		||||
	case "team":
 | 
			
		||||
		ctx.Redirect(ctx.Org.OrgLink + "/teams/" + ctx.Org.Team.LowerName)
 | 
			
		||||
	case "home":
 | 
			
		||||
		ctx.Redirect(ctx.Org.Organization.HomeLink())
 | 
			
		||||
	default:
 | 
			
		||||
		ctx.Redirect(ctx.Org.OrgLink + "/teams")
 | 
			
		||||
	}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
		<strong>{{.Team.Name}}</strong>
 | 
			
		||||
		<div class="ui right">
 | 
			
		||||
			{{if .Team.IsMember $.SignedUser.ID}}
 | 
			
		||||
				<a class="ui red tiny button" href="{{.OrgLink}}/teams/{{.Team.LowerName}}/action/leave?uid={{$.SignedUser.ID}}&page=team">{{$.i18n.Tr "org.teams.leave"}}</a>
 | 
			
		||||
				<a class="ui red tiny button" href="{{.OrgLink}}/teams/{{.Team.LowerName}}/action/leave?uid={{$.SignedUser.ID}}&page=home">{{$.i18n.Tr "org.teams.leave"}}</a>
 | 
			
		||||
			{{else if .IsOrganizationOwner}}
 | 
			
		||||
				<a class="ui blue tiny button" href="{{.OrgLink}}/teams/{{.Team.LowerName}}/action/join?uid={{$.SignedUser.ID}}&page=team">{{$.i18n.Tr "org.teams.join"}}</a>
 | 
			
		||||
			{{end}}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue