change repository icon

This commit is contained in:
zmagod 2018-04-19 15:39:24 +02:00
parent 8753df7ce3
commit bb3e1b4dcf

View file

@ -56,7 +56,7 @@ module SmartAnnotations
end
def trim_repository_name(name)
name.strip.slice(0..2).upcase
name.strip.slice(0..2).capitalize
end
end
end