fix showing pull request status

This commit is contained in:
Alexander Machehin 2013-07-27 00:02:00 +06:00
parent 897a78191c
commit b02e2c0a75
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
%h3.bpadding10 %h3.bpadding10
- PullRequest::STATUSES.each do |status| - 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 = pull_header @pull
#repo-wrapper #repo-wrapper
=render 'nav_tabs' =render 'nav_tabs'