diff options
author | Unknwon <u@gogs.io> | 2016-01-28 10:11:45 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-01-28 10:11:45 -0500 |
commit | 566163ab8257ba2b828985c2cc00f705341ba73f (patch) | |
tree | b631f5154c51ff989ed9147cbb38b0ecbcdebff5 /templates | |
parent | e2dde6eb0a3a6ccc472346f6e4f72e3f62db494e (diff) | |
parent | 96dee1c3541b6d17f1cd61d78198ecf6abf23865 (diff) | |
download | gitea-566163ab8257ba2b828985c2cc00f705341ba73f.tar.gz gitea-566163ab8257ba2b828985c2cc00f705341ba73f.zip |
Merge pull request #2502 from bkcsoft/fix/split-view-diff
Split view fixed
Diffstat (limited to 'templates')
-rw-r--r-- | templates/repo/diff.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/diff.tmpl b/templates/repo/diff.tmpl index 6568968414..192d6fdd22 100644 --- a/templates/repo/diff.tmpl +++ b/templates/repo/diff.tmpl @@ -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}} |