app/views/deploys/index.html.haml
- 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