Skip to content

Add render_ce to render CE partial in EE partial

Lin Jen-Shin requested to merge render_super-ee into master

What does this MR do?

Add render_ce to render CE partial in EE partial for the same name

CE at: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19150

Are there points in the code the reviewer needs to double check?

Does this break in Rails 5?

Why was this MR needed?

So that we could use another partial in EE while still re-using the contents in CE.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

This is coming from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5823 while thinking about how we could unify app/views/shared/issuable/form/_title.html.haml.

I decided to extract this into a standalone merge request, and document it if we like this.

Edited by Lin Jen-Shin

Merge request reports