Skip to content

Commit

Permalink
date fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aesthetiques committed Jun 23, 2017
1 parent 57802ec commit dacb1e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/component/post/view-post/view-post.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ <h2 class="page-tit">{{ viewPostCtrl.post.title }}</h2>
<li class="vp-li">Players: {{ viewPostCtrl.post.groupSize }}</li>
<li class="vp-li">Game: {{ viewPostCtrl.post.game }}</li>
<li class="vp-li">Platform: {{ viewPostCtrl.post.platform }}</li>
<li class="vp-li">From {{ viewPostCtrl.post.startTime }} until {{ viewPostCtrl.post.endTime }}</li>
<li class="vp-li">Details: {{ viewPostCtrl.post.description }}</li>
<li class="vp-li">From {{ viewPostCtrl.post.startTime | date : medium }} until {{ viewPostCtrl.post.endTime | date : medium }}</li>
</ul>
</div>
</section>

0 comments on commit dacb1e0

Please sign in to comment.