Browse Source

Expand split-diff view to full page width.

pull/2429/head
Chris Fallin 9 years ago
parent
commit
ed9ef0428d
  1. 2
      templates/repo/diff.tmpl

2
templates/repo/diff.tmpl

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

Loading…
Cancel
Save