Skip to content

Commit

Permalink
NOJIRA: fixed issue with date
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jul 11, 2019
1 parent 70f59e3 commit 751a0de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</td>
<td>{{ provider['@type'] }}</td>
<td>{{ provider.createdBy }}</td>
<td>{{ provider.createdDate | customDate : '&mdash;' }}</td>
<td>{{ provider.createdDate | customDate }}</td>
<td class="text-right">
<span class="badge"
[class.badge-danger]="!provider.enabled"
Expand Down

0 comments on commit 751a0de

Please sign in to comment.