user dashboard

This commit is contained in:
gitlabhq 2011-10-31 22:57:16 +02:00
parent 267bd6068c
commit 485c5199b7
7 changed files with 73 additions and 4 deletions

View file

@ -8,4 +8,8 @@ module CommitExt
rescue
"-- invalid encoding for commit message"
end
def created_at
committed_date
end
end