Sha256: 1596123cd68b9c5e13526c7f4b982e4c70db49c79d330e96062b2b97103944a6
Contents?: true
Size: 362 Bytes
Versions: 7
Compression:
Stored size: 362 Bytes
Contents
<h1>Listing issues</h1> <table> <thead> <tr> <th></th> <th>Title</th> <th>Resolved?</th> </tr> </thead> <tbody> <% @issues.each do |issue| %> <tr> <td>#<%= issue.number %></td> <td><%= issue.title %></td> <td><%= issue.closed ? "yes" : "no" %></td> </tr> <% end %> </tbody> </table>
Version data entries
7 entries across 7 versions & 1 rubygems