Page MenuHomePhabricator

Don't show description box in Pholio when there isnt one
ClosedPublic

Authored by chad on Jun 16 2014, 8:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 25, 3:15 AM
Unknown Object (File)
Thu, Apr 11, 10:52 AM
Unknown Object (File)
Fri, Apr 5, 12:59 AM
Unknown Object (File)
Mar 31 2024, 12:10 PM
Unknown Object (File)
Mar 29 2024, 1:30 AM
Unknown Object (File)
Mar 17 2024, 4:11 PM
Unknown Object (File)
Mar 17 2024, 4:11 PM
Unknown Object (File)
Mar 17 2024, 4:11 PM
Subscribers

Details

Summary

n/a

Test Plan

Added title and description to 1 of 2 mocks, toggled left and right, saw correct CSS.

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

chad retitled this revision from to Don't show description box in Pholio when there isnt one.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added a reviewer: epriestley.
epriestley edited edge metadata.

JSHint would like var x to appear only once in a function, instead of in each branch:

var x;
if (y) {
  x = a;
} else {
  x = b;
}
This revision is now accepted and ready to land.Jun 17 2014, 11:14 AM
chad edited edge metadata.
  • Fix lint
chad updated this revision to Diff 23014.

Closed by commit rP125b8dad7bb5 (authored by @chad).