Commit 2b555306 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Prevent 500 error if cant detect branches for commit

parent c2f74de4
...@@ -39,7 +39,8 @@ ...@@ -39,7 +39,8 @@
- @commit.parents.each do |parent| - @commit.parents.each do |parent|
= link_to parent.id[0...10], project_commit_path(@project, parent) = link_to parent.id[0...10], project_commit_path(@project, parent)
.commit-info-row - if @branches.any?
.commit-info-row
%span.cgray %span.cgray
Exists in Exists in
%span %span
......
...@@ -109,7 +109,6 @@ class ProjectMergeRequests < Spinach::FeatureSteps ...@@ -109,7 +109,6 @@ class ProjectMergeRequests < Spinach::FeatureSteps
end end
And 'I click on the first commit in the merge request' do And 'I click on the first commit in the merge request' do
click_link merge_request.commits.first.short_id(8) click_link merge_request.commits.first.short_id(8)
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