diff --git a/app/views/admin/projects/show.html.haml b/app/views/admin/projects/show.html.haml
index dfb9755..5ac36a1 100644
--- a/app/views/admin/projects/show.html.haml
+++ b/app/views/admin/projects/show.html.haml
@@ -54,6 +54,11 @@
= @repository.path_to_repo
%li
+ %span.light Size
+ %strong
+ = repository_size(@project)
+
+ %li
%span.light last commit:
%strong
= last_commit(@project)
--
libgit2 0.21.2