diff --git a/webapp/app.rb b/webapp/app.rb index cab173d..d96bfcc 100644 --- a/webapp/app.rb +++ b/webapp/app.rb @@ -56,7 +56,7 @@ def repository_links(total, public, private, archived, template) html << '' if total.positive? if total.positive? - html << '(' + html << ' (' html << '' if public.positive? html << "#{n(public)} public" html << '' if public.positive?