1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Merge pull request #2502 from bkcsoft/fix/split-view-diff

Split view fixed
This commit is contained in:
Unknwon
2016-01-28 10:11:45 -05:00
3 changed files with 12 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{{template "base/head" .}}
<div class="repository diff">
{{template "repo/header" .}}
<div class="ui container">
<div class="ui container {{if .IsSplitStyle}}fluid padded{{end}}">
{{if .IsDiffCompare }}
{{template "repo/commits_table" .}}
{{else}}