Skip to content
Snippets Groups Projects
Verified Commit 0014326d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Small UI fix

parent 9220e3ef
Branches
Tags
No related merge requests found
Loading
Loading
@@ -14,7 +14,7 @@
= render "shared/clone_panel"
 
.project-home-extra.row
.col-md-8
.col-md-7
.project-home-desc
- if @project.description.present?
= auto_link @project.description, link: :urls
Loading
Loading
@@ -23,7 +23,7 @@
%strong= link_to 'Edit', edit_project_path
 
- unless empty_repo
.col-md-4
.col-md-5
.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.branch_names.count), 'branch'), project_branches_path(@project)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment