Commit 0014326ded8164bbbd12f8411c622d4ee9a1952f
1 parent
9220e3ef
Exists in
spb-stable
and in
2 other branches
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,7 +14,7 @@ | ||
14 | = render "shared/clone_panel" | 14 | = render "shared/clone_panel" |
15 | 15 | ||
16 | .project-home-extra.row | 16 | .project-home-extra.row |
17 | - .col-md-8 | 17 | + .col-md-7 |
18 | .project-home-desc | 18 | .project-home-desc |
19 | - if @project.description.present? | 19 | - if @project.description.present? |
20 | = auto_link @project.description, link: :urls | 20 | = auto_link @project.description, link: :urls |
@@ -23,7 +23,7 @@ | @@ -23,7 +23,7 @@ | ||
23 | %strong= link_to 'Edit', edit_project_path | 23 | %strong= link_to 'Edit', edit_project_path |
24 | 24 | ||
25 | - unless empty_repo | 25 | - unless empty_repo |
26 | - .col-md-4 | 26 | + .col-md-5 |
27 | .project-home-links | 27 | .project-home-links |
28 | = link_to pluralize(number_with_delimiter(@repository.commit_count), 'commit'), project_commits_path(@project, @ref || @repository.root_ref) | 28 | = link_to pluralize(number_with_delimiter(@repository.commit_count), 'commit'), project_commits_path(@project, @ref || @repository.root_ref) |
29 | = link_to pluralize(number_with_delimiter(@repository.branch_names.count), 'branch'), project_branches_path(@project) | 29 | = link_to pluralize(number_with_delimiter(@repository.branch_names.count), 'branch'), project_branches_path(@project) |