Sha256: 6ba994681b515232ea6e3eeb70776bd262af7a4a350da6ec9abb0acf0f33815a
Contents?: true
Size: 738 Bytes
Versions: 47
Compression:
Stored size: 738 Bytes
Contents
<%- @tables.each do |table| -%> <%- if table[:content].any? -%> <table data-meta="generated_by_<%= @danger_id %>"> <tbody> <%- table[:content].each do |violation| -%> <tr> <td>:<%= table[:emoji] %>:</td> <td width="100%" data-sticky="<%= violation.sticky %>"><%= "<del>" if table[:resolved] %><%= violation.message %><%= "</del>" if table[:resolved] %></td> </tr> <%- end -%> </tbody> </table> <%- end -%> <%- end -%> <%- @markdowns.each do |current| -%> <%= current %> <%# the previous line has to be aligned far to the left, otherwise markdown can break easily %> <%- end -%> <%# Add the generated_by_ as a html comment to identify comments from danger. %> <!-- "generated_by_<%= @danger_id %>" -->
Version data entries
47 entries across 47 versions & 2 rubygems