Skip to content
Snippets Groups Projects
Commit 05993f90 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

removed tags from repo activities

parent 0ebc610e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -113,7 +113,7 @@ class Repository
end
 
def commits_with_refs(n = 20)
commits = repo.refs.map { |ref| Commit.new(ref.commit, ref) }
commits = repo.branches.map { |ref| Commit.new(ref.commit, ref) }
 
commits.sort! do |x, y|
y.committed_date <=> x.committed_date
Loading
Loading
.merge-tabs.repository
= link_to project_repository_path(@project), :class => "activities-tab tab #{'active' if current_page?(project_repository_path(@project)) }" do
%span
History
Activities
= link_to branches_project_repository_path(@project), :class => "tab #{'active' if current_page?(branches_project_repository_path(@project)) }" do
%span
Branches
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment