mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-25 14:08:19 +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:
parent
387e3fac66
commit
77143d5600
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ final class PHUIHeaderView extends AphrontView {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->bleedHeader) {
|
if ($this->bleedHeader) {
|
||||||
$classes[] = 'phabricator-bleed-header';
|
$classes[] = 'phui-bleed-header';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->gradient) {
|
if ($this->gradient) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue