Make Fund backers render a little more nicely

Summary: Ref T5835. Mostly UI smoothing. Also add a "Risks" field to initiatives.

Test Plan: {F214952}

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T5835

Differential Revision: https://secure.phabricator.com/D10660
This commit is contained in:
epriestley
2014-10-08 05:32:42 -07:00
parent 65421a9e3e
commit 43215bf0bd
8 changed files with 69 additions and 21 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE {$NAMESPACE}_fund.fund_initiative
ADD risks LONGTEXT NOT NULL COLLATE utf8_bin;