Sha256: e13db73c25b19da0f750d4a5ef21db20c947a0f197bfdd76b867c00a1aaa1807

Contents?: true

Size: 678 Bytes

Versions: 5

Compression:

Stored size: 678 Bytes

Contents

<% @tables.each do |table| %>
  <% if table[:content].any? %>
<table>
  <thead>
    <tr>
      <th width="50"></th>
      <th width="100%"><%= table[:content].count %> <%= table[:name] %><%= "s" unless table[:content].count == 1 %></th>
     </tr>
  </thead>
  <tbody>
    <% table[:content].each do |message| -%>
    <tr>
      <td>:<%= table[:emoji] %>:</td>
      <td><%= message %></td>
    </tr>
    <% end %>
  </tbody>
</table>
  <% end %>
<% end %>

<p align="right" data-meta="generated_by_danger" data-base-commit="<%= @base_commit %>" data-head-commit="<%= @head_commit %>" >
  Generated by :no_entry_sign: <a href="https://github.com/danger/danger/">danger</a>
</p>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
danger-0.6.5 lib/danger/comment_generators/github.md.erb
danger-0.6.0 lib/danger/comment_generators/github.md.erb
danger-0.5.2 lib/danger/comment_generators/github.md.erb
danger-0.5.1 lib/danger/comment_generators/github.md.erb
danger-0.5.0 lib/danger/comment_generators/github.md.erb