Commit 41f6d8ff authored by mercury233's avatar mercury233

display updated_at for app

parent e8777a46
Pipeline #4109 passed with stages
in 8 minutes and 26 seconds
...@@ -133,6 +133,9 @@ ...@@ -133,6 +133,9 @@
<dt i18n>发行日期</dt> <dt i18n>发行日期</dt>
<dd>{{currentApp.released_at | date:'mediumDate'}}</dd> <dd>{{currentApp.released_at | date:'mediumDate'}}</dd>
<dt i18n *ngIf="currentApp.updated_at">更新日期</dt>
<dd *ngIf="currentApp.updated_at">{{currentApp.updated_at | date:'mediumDate'}}</dd>
</dl> </dl>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment