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

Version Path
got_fixed-0.1.0 lib/generators/got_fixed/install/templates/views/got_fixed/issues/index.html.erb
got_fixed-0.0.6 lib/generators/got_fixed/install/templates/views/got_fixed/issues/index.html.erb
got_fixed-0.0.5 lib/generators/got_fixed/install/templates/views/got_fixed/issues/index.html.erb
got_fixed-0.0.4 lib/generators/got_fixed/install/templates/views/got_fixed/issues/index.html.erb
got_fixed-0.0.3 app/views/got_fixed/issues/index.html.erb
got_fixed-0.0.2 app/views/got_fixed/issues/index.html.erb
got_fixed-0.0.1 app/views/got_fixed/issues/index.html.erb