diff --git a/plugins/wporg-5ftf/includes/pledge-meta.php b/plugins/wporg-5ftf/includes/pledge-meta.php index 902c738..2d690ad 100755 --- a/plugins/wporg-5ftf/includes/pledge-meta.php +++ b/plugins/wporg-5ftf/includes/pledge-meta.php @@ -168,7 +168,7 @@ function render_meta_boxes( $pledge, $box ) { break; case 'pledge-contributors': - require FiveForTheFuture\get_views_path() . 'inputs-pledge-contributors.php'; + require FiveForTheFuture\get_views_path() . 'manage-contributors.php'; break; } diff --git a/plugins/wporg-5ftf/views/form-pledge-manage.php b/plugins/wporg-5ftf/views/form-pledge-manage.php index a97c2d7..1b7bdc2 100644 --- a/plugins/wporg-5ftf/views/form-pledge-manage.php +++ b/plugins/wporg-5ftf/views/form-pledge-manage.php @@ -10,7 +10,7 @@ use function WordPressDotOrg\FiveForTheFuture\get_views_path;
diff --git a/plugins/wporg-5ftf/views/inputs-pledge-contributors.php b/plugins/wporg-5ftf/views/inputs-pledge-contributors.php index 254ca0c..b591807 100644 --- a/plugins/wporg-5ftf/views/inputs-pledge-contributors.php +++ b/plugins/wporg-5ftf/views/inputs-pledge-contributors.php @@ -1,13 +1,10 @@ - -
- - - -
- $group ) : ?> - -

- -

- - - - - - -
- - diff --git a/plugins/wporg-5ftf/views/manage-contributors.php b/plugins/wporg-5ftf/views/manage-contributors.php new file mode 100644 index 0000000..42c3d53 --- /dev/null +++ b/plugins/wporg-5ftf/views/manage-contributors.php @@ -0,0 +1,57 @@ + + +
+ + $group ) : ?> + +

+ +

+ + + + + +

+ + + +