mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-12 06:48:31 +01:00
Use celerity for document_black.png in PhabricatorStandardPageView
Summary: The image was incorrectly served on /rsrc without using celerity. This is no longer routable with recommendations in D9401. Test Plan: Browse to home page and inspect javascript link for this resource. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D10040
This commit is contained in:
parent
b7517325c1
commit
3927e66959
1 changed files with 2 additions and 2 deletions
|
@ -124,8 +124,8 @@ final class PhabricatorStandardPageView extends PhabricatorBarePageView {
|
||||||
|
|
||||||
if ($user) {
|
if ($user) {
|
||||||
$default_img_uri =
|
$default_img_uri =
|
||||||
PhabricatorEnv::getCDNURI(
|
celerity_get_resource_uri(
|
||||||
'/rsrc/image/icon/fatcow/document_black.png');
|
'rsrc/image/icon/fatcow/document_black.png');
|
||||||
$download_form = phabricator_form(
|
$download_form = phabricator_form(
|
||||||
$user,
|
$user,
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue