diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-11 18:20:07 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-11 18:20:07 -0400 |
commit | 3005c4f6db725e0e637987d3ac154865526c1363 (patch) | |
tree | d42a32a32c8f15958aac7e3bf6e8ae54dc43f588 /templates | |
parent | 963354c5d7e78eb9fed447ab9b9984420573649c (diff) | |
download | gitea-3005c4f6db725e0e637987d3ac154865526c1363.tar.gz gitea-3005c4f6db725e0e637987d3ac154865526c1363.zip |
Fix diff css style, hooks \r char
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 30a983ac90..9dac1cac97 100644 --- a/templates/repo/diff.tmpl +++ b/templates/repo/diff.tmpl @@ -74,7 +74,7 @@ </div> {{range .Diff.Files}} - <div class="panel diff-file-box diff-box file-content" id="diff-{{.Index}}"> + <div class="panel panel-radius diff-file-box diff-box file-content" id="diff-{{.Index}}"> <div class="panel-header"> <div class="diff-counter count pull-left"> {{if not .IsBin}} |