Commit a543fc8f authored by Jose Vargas's avatar Jose Vargas

Migrate badge component in the admin -> projects area

Changelog: changed
parent ffa3c1eb
...@@ -9,8 +9,7 @@ ...@@ -9,8 +9,7 @@
= s_('AdminProjects|Delete') = s_('AdminProjects|Delete')
.stats .stats
%span.badge.badge-pill = gl_badge_tag storage_counter(project.statistics&.storage_size)
= storage_counter(project.statistics&.storage_size)
= render_if_exists 'admin/projects/archived', project: project = render_if_exists 'admin/projects/archived', project: project
.title .title
= link_to(admin_project_path(project)) do = link_to(admin_project_path(project)) do
......
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