Commit 7bcd112a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix commit page

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent f19cdee8
......@@ -34,7 +34,7 @@ class Projects::CommitController < Projects::ApplicationController
respond_to do |format|
format.html do
if result[:status] == :huge_commit
if @status == :huge_commit
render "huge_commit" and return
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment