Merge pull request #1038 from taigaio/enhancement/3708/remove-hour-from-issues-list

Enhancement#3708: Remove hour and minute from created column in issues list
stable
Xaviju 2016-06-10 14:37:17 +02:00 committed by GitHub
commit a0d7360afd
1 changed files with 4 additions and 1 deletions

View File

@ -47,7 +47,10 @@ section.issues-table.basic-table(ng-class="{empty: !issues.length}")
svg-icon="icon-arrow-down"
)
div.created-field(tg-bo-bind="issue.created_date|momentFormat:'DD MMM YYYY HH:mm'")
div.created-field(
tg-bo-bind="issue.created_date|momentFormat:'DD MMM YYYY'"
tg-bo-title="issue.created_date|momentFormat:'DD MMM YYYY HH:mm'"
)
div.assigned-field(tg-issue-assigned-to-inline-edition="issue")
div.issue-assignedto(title="{{'ISSUES.TABLE.TITLE_ACTION_ASSIGNED_TO' | translate}}")