#26: print #updated_at || #created_at date of issue
This commit is contained in:
parent
2952fc7412
commit
5bd6d06813
|
@ -8,7 +8,7 @@
|
|||
%a{:href => path}
|
||||
%div.issue_title=issue.title
|
||||
.smalltext
|
||||
=issue.created_at.to_s(:long)
|
||||
=issue.send(@sort == :created ? :created_at : :updated_at).to_s(:long)
|
||||
=t("layout.by") if issue.user
|
||||
=link_to(issue.user.uname, user_path(issue.user)) if issue.user
|
||||
-issue.labels.each do |label|
|
||||
|
|
Loading…
Reference in New Issue