index.html.haml 307 Bytes
- content_for :title, 'Deploys'
- content_for :action_bar do
  - if current_user.authentication_token
    %span= link_to 'iCal', app_deploys_path(@app, :format => "ics", :auth_token => current_user.authentication_token), :class => "calendar_link"
= render 'table', :deploys => @deploys
= paginate @deploys