Merge branch 'stable'
Este cometimento está contido em:
		
							
								
								
									
										19
									
								
								ui-shared.c
									
									
									
									
									
								
							
							
						
						
									
										19
									
								
								ui-shared.c
									
									
									
									
									
								
							| @@ -630,14 +630,17 @@ static void print_header(struct cgit_context *ctx) | ||||
| { | ||||
| 	html("<table id='header'>\n"); | ||||
| 	html("<tr>\n"); | ||||
| 	html("<td class='logo' rowspan='2'><a href='"); | ||||
| 	if (ctx->cfg.logo_link) | ||||
| 		html_attr(ctx->cfg.logo_link); | ||||
| 	else | ||||
| 		html_attr(cgit_rooturl()); | ||||
| 	html("'><img src='"); | ||||
| 	html_attr(ctx->cfg.logo); | ||||
| 	html("' alt='cgit logo'/></a></td>\n"); | ||||
|  | ||||
| 	if (ctx->cfg.logo && ctx->cfg.logo[0] != 0) { | ||||
| 		html("<td class='logo' rowspan='2'><a href='"); | ||||
| 		if (ctx->cfg.logo_link) | ||||
| 			html_attr(ctx->cfg.logo_link); | ||||
| 		else | ||||
| 			html_attr(cgit_rooturl()); | ||||
| 		html("'><img src='"); | ||||
| 		html_attr(ctx->cfg.logo); | ||||
| 		html("' alt='cgit logo'/></a></td>\n"); | ||||
| 	} | ||||
|  | ||||
| 	html("<td class='main'>"); | ||||
| 	if (ctx->repo) { | ||||
|   | ||||
		Criar uma nova questão referindo esta
	
	Bloquear um utilizador
	 Lars Hjemli
					Lars Hjemli