diff options
| author | Douwe Maan <douwe@gitlab.com> | 2015-11-17 16:08:58 +0100 |
|---|---|---|
| committer | Douwe Maan <douwe@gitlab.com> | 2015-11-17 16:33:38 +0100 |
| commit | e49190cad933abc38271b46cded8150fd9b15568 (patch) | |
| tree | 9bae94b9d8b91716a3bca2be0d8bb4835eee946a /app/views/projects/diffs/_diffs.html.haml | |
| parent | 1c040b3f0a3ecb18fc8fdea3cf99b70edad8d873 (diff) | |
| download | gitlab-ce-param-view.tar.gz | |
Don't use params[:view] directly.param-view
Diffstat (limited to 'app/views/projects/diffs/_diffs.html.haml')
| -rw-r--r-- | app/views/projects/diffs/_diffs.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/diffs/_diffs.html.haml b/app/views/projects/diffs/_diffs.html.haml index e46bf1ab1e7..416fb4da071 100644 --- a/app/views/projects/diffs/_diffs.html.haml +++ b/app/views/projects/diffs/_diffs.html.haml @@ -1,4 +1,4 @@ -- if params[:view] == 'parallel' +- if diff_view == 'parallel' - fluid_layout true - diff_files = safe_diff_files(diffs) |
