1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-23 05:50:55 +01:00

Fix headers in Diviner

Summary: These got broken during the switchover.

Test Plan: reload diviner pages

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, aran

Differential Revision: https://secure.phabricator.com/D7029
This commit is contained in:
Chad Little 2013-09-18 14:57:34 -07:00
parent 387e3fac66
commit 77143d5600

View file

@ -71,7 +71,7 @@ final class PHUIHeaderView extends AphrontView {
}
if ($this->bleedHeader) {
$classes[] = 'phabricator-bleed-header';
$classes[] = 'phui-bleed-header';
}
if ($this->gradient) {