Sha256: 8c426d28cdc4c9494ec7a51b5396e7d5a6c945fe795336544e2f7f950333b321
Contents?: true
Size: 737 Bytes
Versions: 11
Compression:
Stored size: 737 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 coment to identify comments from danger. %> <!-- "generated_by_<%= @danger_id %>" -->
Version data entries
11 entries across 11 versions & 1 rubygems