Commit 3930ec44 authored by Nathan Neulinger's avatar Nathan Neulinger

Add size information back to project summary screen.

parent 8819007c
......@@ -23,6 +23,10 @@
= link_to namespace_project_tags_path(@project.namespace, @project) do
= pluralize(number_with_delimiter(@repository.tag_names.count), 'tag')
%li
= link_to namespace_project_path(@project.namespace, @project) do
= repository_size
- if !prefer_readme? && @repository.readme
%li
= link_to 'Readme', readme_path(@project)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment