WIP: First attempt with Badge Icons

This commit is contained in:
Marliana Lara 2017-05-11 10:07:44 -04:00
parent 0bf28ffed8
commit a27bd045de

View File

@ -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: `<a href=""
aw-tool-tip="{{'See More or See Less'|translate}}"
ng-if="project.scm_revision.length > 5"
data-placement="top">See More</a>
<a href=""
ng-if="project.scm_revision.length < 5"
data-placement="top">See Less</a>`
},
last_updated: {
label: i18n._('Last Updated'),