Sha256: 6979259ee0d1696ac96cc1264d416d6ddd5301ffba621a135d2a5211a050b3a3
Contents?: true
Size: 381 Bytes
Versions: 65
Compression:
Stored size: 381 Bytes
Contents
<p style="color: green"><%= notice %></p> <h1>Todo items</h1> <div id="todo_items"> <table> <thead> <tr> <th>Task</th> <th>Position</th> <th>List Name</th> </tr> </thead> <tbody> <% @todo_items.each do |todo_item| %> <%= render todo_item %> <% end %> </tbody> </table> </div> <%= link_to "New todo item", new_todo_item_path %>
Version data entries
65 entries across 65 versions & 1 rubygems