Sha256: 29591f8af228c11b8505b1ed0610021002be27fe45d66103170fa9b0051ee8e0
Contents?: true
Size: 386 Bytes
Versions: 20
Compression:
Stored size: 386 Bytes
Contents
<table class="table"> <tr> <th> User </th> <th class="title"> Pull Requests </th> <th class="title"> Comments </th> </tr> <% @users.each do |user| %> <tr> <td><%= link_to user.login, user_path(user) %> </td> <td class="numeric"><%= user.pull_request_count %> </td> <td class="numeric"><%= user.comment_count %></td> </tr> <% end %> </table>
Version data entries
20 entries across 20 versions & 1 rubygems