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
F13229926: D9580.diff
Mon, May 20, 7:42 PM
F13227541: D9580.diff
Mon, May 20, 4:02 AM
F13223514: D9580.diff
Sun, May 19, 4:41 AM
F13205552: D9580.diff
Wed, May 15, 2:08 AM
F13201839: D9580.id23013.diff
Tue, May 14, 5:20 PM
F13201832: D9580.id23013.diff
Tue, May 14, 5:12 PM
F13189765: D9580.diff
Sat, May 11, 6:21 AM
Unknown Object (File)
Tue, May 7, 9:52 AM
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).