Sha256: b42895c066af9aa1a6207897ea8841928ce159cf74ddbbfec5ebe05b14ab3df0
Contents?: true
Size: 138 Bytes
Versions: 2
Compression:
Stored size: 138 Bytes
Contents
<ul> <% @tasks.each do |task| -%> <li><%= link_to(task.name, tasks_path(task: task.name), method: :post) %></li> <% end -%> </ul>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rake_dashboard-0.2.0 | app/views/rake_dashboard/tasks/index.html.erb |
rake_dashboard-0.1.0 | app/views/rake_dashboard/tasks/index.html.erb |