From 5c7051bdc7527cff16648d8afb5d633449560efa Mon Sep 17 00:00:00 2001 From: Alexander Machehin Date: Thu, 21 Feb 2013 21:57:51 +0600 Subject: [PATCH] #921 smaller notified at column --- app/views/projects/build_lists/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/build_lists/index.html.haml b/app/views/projects/build_lists/index.html.haml index e97c139bb..72d1f8154 100644 --- a/app/views/projects/build_lists/index.html.haml +++ b/app/views/projects/build_lists/index.html.haml @@ -13,7 +13,7 @@ %th.lpadding16= t("activerecord.attributes.build_list.save_to_repository") %th.lpadding6= t("activerecord.attributes.build_list.arch_short") %th.lpadding16= t("activerecord.attributes.build_list.user") - %th.lpadding16= t("activerecord.attributes.build_list.updated_at") + %th.lpadding6= t("activerecord.attributes.build_list.updated_at") %tbody= render :partial => 'projects/build_lists/build_list', :collection => @build_lists .both