Commit 5525f3f8 authored by Brian Rhea's avatar Brian Rhea

Merge branch 'show-removal-only-if-exists' into 'master'

Modify deprecation template

See merge request gitlab-org/gitlab!80332
parents 0e24a656 62e0082a
......@@ -49,8 +49,10 @@ Before updating GitLab, review the details carefully to determine if you need to
changes to your code, settings, or workflow.
<%= deprecation["body"] -%><% else %>
<%= deprecation["body"] -%><% end %>
<%= deprecation["body"] -%><% end %><%- if deprecation["removal_milestone"] -%>
**Planned removal milestone: <%= deprecation["removal_milestone"]%> (<%= deprecation["removal_date"]%>)**
<%- end -%>
<%- end -%>
<%- end -%>
<%- else -%>
......
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