Usability & design improvements

This commit is contained in:
Dmitriy Zaporozhets 2012-02-18 14:12:48 +02:00
parent 9a24ccdea1
commit 94db8a1c33
21 changed files with 190 additions and 89 deletions

View file

@ -42,7 +42,7 @@ class Commit
end
def author_name
author.name
author.name.force_encoding("UTF-8")
end
def committer_name