From b9c9ce3b021ecd4420fe62f86c83f62447299f17 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Sun, 9 Oct 2011 21:49:43 +0800 Subject: [PATCH] use 'iCal'. --- app/views/deploys/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/deploys/index.html.haml b/app/views/deploys/index.html.haml index bbea30c..ee38df9 100644 --- a/app/views/deploys/index.html.haml +++ b/app/views/deploys/index.html.haml @@ -1,7 +1,7 @@ - content_for :title, 'Deploys' - content_for :action_bar do - if current_user.authentication_token - %span= link_to 'calendar subscription', app_deploys_path(@app, :format => "ics", :auth_token => current_user.authentication_token), :class => "calendar_link" + %span= link_to 'iCal', app_deploys_path(@app, :format => "ics", :auth_token => current_user.authentication_token), :class => "calendar_link" = render 'table', :deploys => @deploys = will_paginate @deploys, :previous_label => '« Previous', :next_label => 'Next »' -- libgit2 0.21.2