Skip to content

Commit

Permalink
Added missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
johntopleyons committed Apr 4, 2023
1 parent c2423e2 commit 6778146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def repository_links(total, public, private, archived, template)
html << '</a>' if total.positive?

if total.positive?
html << '('
html << ' ('
html << '<a href="/repositories/public">' if public.positive?
html << "#{n(public)} public"
html << '</a>' if public.positive?
Expand Down

0 comments on commit 6778146

Please sign in to comment.