Sha256: 9d0af4539d35a30ff6a3ae64a1139c09580c6213b9f2359cc4913d683a18e7a7

Contents?: true

Size: 165 Bytes

Versions: 4

Compression:

Stored size: 165 Bytes

Contents

<h1>Todos:</h1>
<ul>
  <% @todos.each do |todo| %>
      <li class="<%= todo.done? ? 'done' : '' -%>"><%= todo.text %></li>
  <% end %>
</ul>

<h2>So, it works!</h2>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
standup-0.6.9 test/testapp/app/views/application/index.html.erb
standup-0.6.8 test/testapp/app/views/application/index.html.erb
standup-0.6.7 test/testapp/app/views/application/index.html.erb
standup-0.6.6 test/testapp/app/views/application/index.html.erb