strano icon indicating copy to clipboard operation
strano copied to clipboard

error after add a new project

Open mtorres-ix opened this issue 11 years ago • 0 comments

he there after that I added a new project when I try to see this, I get this error

the task `testing' does not exist
Extracted source (around line #32):

29:       <%- if resource.job_in_progress? -%>
30:         <%= link_to 'JOB IN PROGRESS', [resource, resource.job_in_progress], :class => "label warning" %>
31:       <%- else -%>
32:         <%= deploy_now_button %>
33:       <%- end -%>
34:     </div>
35: 

anyone knows why?

mtorres-ix avatar Aug 14 '13 19:08 mtorres-ix