From ec2b148d1982007294eb8b58d1469f20d67a1e9a Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Wed, 31 Aug 2011 11:45:04 +0800 Subject: [PATCH] Added 'environment' column to 'Latest Deploys' table on apps/show --- app/views/apps/show.html.haml | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/app/views/apps/show.html.haml b/app/views/apps/show.html.haml index fe325b6..65ba034 100644 --- a/app/views/apps/show.html.haml +++ b/app/views/apps/show.html.haml @@ -63,6 +63,7 @@ %thead %tr %th When + %th Environment %th Who %th Message %th Repository @@ -72,6 +73,7 @@ - @deploys.each do |deploy| %tr %td.when #{deploy.created_at.to_s(:micro)} + %td.environment #{deploy.environment} %td.who #{deploy.username} %td.message #{deploy.message} %td.repository #{deploy.repository} -- libgit2 0.21.2