diff --git a/awx/ui/client/src/projects/projects.list.js b/awx/ui/client/src/projects/projects.list.js
index c920afa801..3bff8e9825 100644
--- a/awx/ui/client/src/projects/projects.list.js
+++ b/awx/ui/client/src/projects/projects.list.js
@@ -50,7 +50,16 @@ export default ['i18n', function(i18n) {
excludeModal: true,
columnClass: 'col-lg-4 col-md-2 col-sm-3 hidden-xs',
class: 'List-staticColumnAdjacent--monospace',
- ngBind: 'project.scm_revision'
+ ngBind: 'project.scm_revision',
+ badgeCustom: true,
+ badgePlacement: 'right',
+ badgeIcon: `See More
+ See Less`
},
last_updated: {
label: i18n._('Last Updated'),