Commit 0014326ded8164bbbd12f8411c622d4ee9a1952f

Authored by Dmitriy Zaporozhets
1 parent 9220e3ef

Small UI fix

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/views/projects/_home_panel.html.haml
... ... @@ -14,7 +14,7 @@
14 14 = render "shared/clone_panel"
15 15  
16 16 .project-home-extra.row
17   - .col-md-8
  17 + .col-md-7
18 18 .project-home-desc
19 19 - if @project.description.present?
20 20 = auto_link @project.description, link: :urls
... ... @@ -23,7 +23,7 @@
23 23 %strong= link_to 'Edit', edit_project_path
24 24  
25 25 - unless empty_repo
26   - .col-md-4
  26 + .col-md-5
27 27 .project-home-links
28 28 = link_to pluralize(number_with_delimiter(@repository.commit_count), 'commit'), project_commits_path(@project, @ref || @repository.root_ref)
29 29 = link_to pluralize(number_with_delimiter(@repository.branch_names.count), 'branch'), project_branches_path(@project)
... ...