Commit 0014326d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Small UI fix

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent 9220e3ef
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
= render "shared/clone_panel" = render "shared/clone_panel"
.project-home-extra.row .project-home-extra.row
.col-md-8 .col-md-7
.project-home-desc .project-home-desc
- if @project.description.present? - if @project.description.present?
= auto_link @project.description, link: :urls = auto_link @project.description, link: :urls
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
%strong= link_to 'Edit', edit_project_path %strong= link_to 'Edit', edit_project_path
- unless empty_repo - unless empty_repo
.col-md-4 .col-md-5
.project-home-links .project-home-links
= link_to pluralize(number_with_delimiter(@repository.commit_count), 'commit'), project_commits_path(@project, @ref || @repository.root_ref) = link_to pluralize(number_with_delimiter(@repository.commit_count), 'commit'), project_commits_path(@project, @ref || @repository.root_ref)
= link_to pluralize(number_with_delimiter(@repository.branch_names.count), 'branch'), project_branches_path(@project) = link_to pluralize(number_with_delimiter(@repository.branch_names.count), 'branch'), project_branches_path(@project)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment