lib/danger/comment_generators/gitlab_inline.md.erb in danger-8.2.3 vs lib/danger/comment_generators/gitlab_inline.md.erb in danger-8.3.1

- old
+ new

@@ -15,12 +15,7 @@ <%- @markdowns.each do |current| -%> <%= current %> <%# the previous line has to be aligned far to the left, otherwise markdown can break easily %> <%- end -%> -<%# We need to add the generated_by_ to identify comments from danger. But with inlines %> -<%# it might be a little annoying, so we set on the table, but if we have markdown we add the footer anyway %> -<%- if @markdowns.count > 0 -%> -<p align="right" data-meta="generated_by_<%= @danger_id %>"> - Generated by :no_entry_sign: <a href="http://danger.systems/">Danger</a> -</p> -<%- end -%> +<%# Add the generated_by_ as a html coment to identify comments from danger. %> +<!-- "generated_by_<%= @danger_id %>" -->