Changeset 81

Show
Ignore:
Timestamp:
02/07/08 14:41:08 (10 months ago)
Author:
jweiss
Message:

add further repeat task link

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/views/deployments/index.html.erb

    r73 r81  
    2727      <td><%= user_info(deployment.user) rescue '' %></td> 
    2828      <td><%= image_tag('peritor_theme/'+deployment.status_image)%></td> 
     29      <td> 
     30        <% if deployment.completed? %> 
     31          <%= link_to "Repeat", new_project_stage_deployment_path(deployment.stage.project, deployment.stage) + '?repeat=' + h(deployment.id) %> 
     32        <% end %> 
     33      </td> 
    2934    </tr> 
    3035  <% end %>