Sha256: 9afc2a7ebd686664e21f7d1d1192245f9c6b5dc8723b061b15c799ca40ecdd2a
Contents?: true
Size: 274 Bytes
Versions: 4
Compression:
Stored size: 274 Bytes
Contents
<div id="spotlight"> <h1>Editing task</h1> <% form_tag :action => 'update', :id => @task do %> <%= render :partial => 'form' %> <%= submit_tag 'Edit' %> <% end %> <%= link_to 'Show', :action => 'show', :id => @task %> | <%= link_to 'Back', :action => 'list' %> </div>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
backlog-0.0.0 | app/views/tasks/edit.rhtml |
backlog-0.0.1 | app/views/tasks/edit.rhtml |
backlog-0.0.2 | app/views/tasks/edit.rhtml |
backlog-0.0.4 | app/views/tasks/edit.rhtml |