#3408 minor code fix
This commit is contained in:
		
							parent
							
								
									eb1bfe0e59
								
							
						
					
					
						commit
						d625e41c6c
					
				| @ -485,7 +485,7 @@ issues.commit_ref_at = `referenced this issue from a commit <a id="%[1]s" href=" | ||||
| issues.poster = Poster | ||||
| issues.collaborator = Collaborator | ||||
| issues.owner = Owner | ||||
| issues.sign_in_require_desc = Sign in to comment | ||||
| issues.sign_in_require_desc = <a href="%s">Sign in</a> to join this conversation. | ||||
| issues.edit = Edit | ||||
| issues.cancel = Cancel | ||||
| issues.save = Save | ||||
|  | ||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @ -637,7 +637,7 @@ func ViewIssue(ctx *context.Context) { | ||||
| 	ctx.Data["NumParticipants"] = len(participants) | ||||
| 	ctx.Data["Issue"] = issue | ||||
| 	ctx.Data["IsIssueOwner"] = ctx.Repo.IsWriter() || (ctx.IsSigned && issue.IsPoster(ctx.User.ID)) | ||||
| 	ctx.Data["SignInLink"] = setting.AppSubUrl + "/user/login" | ||||
| 	ctx.Data["SignInLink"] = setting.AppSubUrl + "/user/login?redirect_to=" + ctx.Data["Link"].(string) | ||||
| 
 | ||||
| 	ctx.Data["RequireHighlightJS"] = true | ||||
| 
 | ||||
|  | ||||
| @ -227,7 +227,7 @@ | ||||
| 				</div> | ||||
| 			{{else}} | ||||
| 				<div class="ui warning message"> | ||||
| 					<a href="{{.SignInLink}}">{{.i18n.Tr "repo.issues.sign_in_require_desc" | Safe}}</a> | ||||
| 					{{.i18n.Tr "repo.issues.sign_in_require_desc" .SignInLink | Safe}} | ||||
| 				</div> | ||||
| 			{{end}} | ||||
| 		</ui> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user