From b02e2c0a75cc5bb91f7c83d1d18ec7645e2f009a Mon Sep 17 00:00:00 2001 From: Alexander Machehin Date: Sat, 27 Jul 2013 00:02:00 +0600 Subject: [PATCH] fix showing pull request status --- app/views/projects/pull_requests/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/pull_requests/show.html.haml b/app/views/projects/pull_requests/show.html.haml index f1971d3ad..9e653b0c3 100644 --- a/app/views/projects/pull_requests/show.html.haml +++ b/app/views/projects/pull_requests/show.html.haml @@ -6,7 +6,7 @@ %h3.bpadding10 - PullRequest::STATUSES.each do |status| - = pull_status_label status, {'ng-show' => "pull.status == '#{status}'"} + = pull_status_label status, {'ng-show' => "pull.status == '#{status}'", :style => 'display: none;'} = pull_header @pull #repo-wrapper =render 'nav_tabs'