mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	fixed
This commit is contained in:
		@@ -97,6 +97,7 @@ func Single(ctx *middleware.Context, params martini.Params) {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if readmeFile != nil {
 | 
						if readmeFile != nil {
 | 
				
			||||||
 | 
							ctx.Data["ReadmeExist"] = true
 | 
				
			||||||
		// if file large than 1M not show it
 | 
							// if file large than 1M not show it
 | 
				
			||||||
		if readmeFile.Size > 1024*1024 || readmeFile.Filemode != git.FileModeBlob {
 | 
							if readmeFile.Size > 1024*1024 || readmeFile.Filemode != git.FileModeBlob {
 | 
				
			||||||
			ctx.Data["FileIsLarge"] = true
 | 
								ctx.Data["FileIsLarge"] = true
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -83,6 +83,7 @@
 | 
				
			|||||||
                </tbody>
 | 
					                </tbody>
 | 
				
			||||||
            </table>
 | 
					            </table>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 | 
					        {{if .ReadmeExist}}
 | 
				
			||||||
        <div class="panel panel-default file-content">
 | 
					        <div class="panel panel-default file-content">
 | 
				
			||||||
            <div class="panel-heading file-head">
 | 
					            <div class="panel-heading file-head">
 | 
				
			||||||
                <i class="icon fa fa-book"></i> README.md
 | 
					                <i class="icon fa fa-book"></i> README.md
 | 
				
			||||||
@@ -97,6 +98,7 @@
 | 
				
			|||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
            {{end}}
 | 
					            {{end}}
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
 | 
					        {{end}}
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
{{template "base/footer" .}}
 | 
					{{template "base/footer" .}}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user