Commit b9c9ce3b021ecd4420fe62f86c83f62447299f17
1 parent
ba9dd086
Exists in
master
and in
1 other branch
use 'iCal'.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/deploys/index.html.haml
1 | 1 | - content_for :title, 'Deploys' |
2 | 2 | - content_for :action_bar do |
3 | 3 | - if current_user.authentication_token |
4 | - %span= link_to 'calendar subscription', app_deploys_path(@app, :format => "ics", :auth_token => current_user.authentication_token), :class => "calendar_link" | |
4 | + %span= link_to 'iCal', app_deploys_path(@app, :format => "ics", :auth_token => current_user.authentication_token), :class => "calendar_link" | |
5 | 5 | = render 'table', :deploys => @deploys |
6 | 6 | = will_paginate @deploys, :previous_label => '« Previous', :next_label => 'Next »' |
7 | 7 | ... | ... |