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