Skip to content

Commit

Permalink
[proposal-article] - Add closing time span. #33 and #34
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiandouce committed Oct 11, 2013
1 parent 6a7ea8e commit 819e3ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/proposal-article/article.jade
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ article.proposal
.meta-information
span.label.label-default= proposal.title
span.label.label-default(style="background:#{proposal.tag.color}")= proposal.tag.name
- if (proposal.closingAt)
small.meta-item.meta-timeago.ago(data-time=proposal.closingAt.toString())

span.proposal-type.flaticon.solid.government-1
h2=proposal.mediaTitle
Expand Down

0 comments on commit 819e3ec

Please sign in to comment.