Commit 497a521e authored by Jérome Perrin's avatar Jérome Perrin Committed by Alain Takoudjou

XXX do not show license

This does not work for reasons that are not understood at this point.
parent 8a7917fc
......@@ -36,7 +36,7 @@ class ProjectPresenter < Gitlab::View::Presenter::Delegated
[
upload_anchor_data,
readme_anchor_data,
license_anchor_data,
# license_anchor_data,
changelog_anchor_data,
contribution_guide_anchor_data,
autodevops_anchor_data(show_auto_devops_callout: show_auto_devops_callout),
......@@ -55,7 +55,7 @@ class ProjectPresenter < Gitlab::View::Presenter::Delegated
upload_anchor_data,
new_file_anchor_data,
readme_anchor_data,
license_anchor_data,
# license_anchor_data,
changelog_anchor_data,
contribution_guide_anchor_data,
gitlab_ci_anchor_data,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment