Sha256: 3ea39ca3c998941fc059dda289d35c7b381a6e52c4da8930ca781d399a1e042b

Contents?: true

Size: 443 Bytes

Versions: 29

Compression:

Stored size: 443 Bytes

Contents

<Page title="TodoList">
  <a href="/new">New Task</a>
  <?r if @tasks.empty? ?>
    No Tasks
  <?r else ?>
    <table>
      <?r @tasks.each do |title, status, toggle, delete| ?>
        <tr>
          <td class="title">  #{h title}  </td>
          <td class="status"> #{status} </td>
          <td class="toggle"> #{toggle} </td>
          <td class="delete"> #{delete} </td>
        </tr>
      <?r end ?>
    </table>
  <?r end ?>
</Page>

Version data entries

29 entries across 29 versions & 6 rubygems

Version Path
Pistos-ramaze-2008.09 examples/app/todolist/template/index.xhtml
Pistos-ramaze-2008.12 examples/app/todolist/template/index.xhtml
Pistos-ramaze-2009.01 examples/app/todolist/template/index.xhtml
Pistos-ramaze-2009.02 examples/app/todolist/template/index.xhtml
manveru-ramaze-2008.07 examples/app/todolist/template/index.xhtml
manveru-ramaze-2008.08 examples/app/todolist/template/index.xhtml
manveru-ramaze-2008.09 examples/app/todolist/template/index.xhtml
manveru-ramaze-2008.10 examples/app/todolist/template/index.xhtml
manveru-ramaze-2008.12 examples/app/todolist/template/index.xhtml
manveru-ramaze-2009.01 examples/app/todolist/template/index.xhtml
ptomato-ramaze-2009.02.1 examples/app/todolist/template/index.xhtml
ptomato-ramaze-2009.02 examples/app/todolist/template/index.xhtml
starapor-slippers-0.0.0 examples/todolist/template/index.xhtml
starapor-slippers-0.0.1 examples/todolist/template/index.xhtml
starapor-slippers-0.0.2 examples/todolist/template/index.xhtml
starapor-slippers-0.0.3 examples/todolist/template/index.xhtml
starapor-slippers-0.0.5 examples/todolist/view/index.xhtml
starapor-slippers-0.0.6 examples/todolist/view/index.xhtml
starapor-slippers-0.0.8 examples/todolist/view/index.xhtml
starapor-slippers-0.0.9 examples/todolist/view/index.xhtml