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