Sha256: 849a566a703b73eb637a486d2d372f85b9ce9e600706ff262295528de652afc6
Contents?: true
Size: 413 Bytes
Versions: 8
Compression:
Stored size: 413 Bytes
Contents
<form id="new-task-form" class="form-horizontal" action="/tasks/<%= @task.uuid %>" method="post"> <input type="hidden" name="task[uuid]" value="<%= @task.uuid %>" /> <%= erb :_task_form %> <div class="control-group"> <div class="controls"> <button type="submit" class="btn btn-primary">Update Task</button> <input type="hidden" name="_method" value="patch" /> </div> </div> </form>
Version data entries
8 entries across 8 versions & 1 rubygems