diff options
author | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2016-01-27 23:52:42 +0100 |
---|---|---|
committer | Kim "BKC" Carlbäcker <kim.carlbacker@gmail.com> | 2016-01-27 23:52:42 +0100 |
commit | 96dee1c3541b6d17f1cd61d78198ecf6abf23865 (patch) | |
tree | 66f79a33542b299f98a65af72890b5807eb84709 /templates/repo/diff.tmpl | |
parent | ab0ba4bbae121c9ba3cf0d49efc1c90ef7bb3ddc (diff) | |
download | gitea-96dee1c3541b6d17f1cd61d78198ecf6abf23865.tar.gz gitea-96dee1c3541b6d17f1cd61d78198ecf6abf23865.zip |
Split view fixed
Diffstat (limited to 'templates/repo/diff.tmpl')
-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}} |