Commit e4b30512 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'djensen-fix-whitespace-bug-in-deprecation-template' into 'master'

Fix whitespace bug in deprecation template

See merge request gitlab-org/gitlab!70220
parents 8253bfc3 52efcbe5
......@@ -15,7 +15,7 @@ Do not edit this page directly.
To add a deprecation, use the example.yml file in `/data/deprecations/templates` as a template,
then run `bin/rake gitlab:docs:compile_deprecations`.
-->
<% if milestones.any? %>
<% if milestones.any? -%>
<%- milestones.each do |milestone| %>
## <%= milestone %>
<%- deprecations.select{|d| d["removal_milestone"] == milestone}.each do |deprecation| %>
......
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