Commit d03af842c5ea0fdc40e709e9b3104c4d723828ab

Authored by Dmitriy Zaporozhets
1 parent 6beae84e

fix public projects identations

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/layouts/public.html.haml
... ... @@ -10,7 +10,7 @@
10 10 = link_to root_path, class: "home" do
11 11 %h1 GITLAB
12 12 %span.separator
13   - %h1.project_name Public Projects
  13 + %h1.project_name Public Projects
14 14 .container
15 15 .content
16 16 .prepend-top-20
... ...