File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 15
15
%td
16
16
- organization.repos.each do |repo|
17
17
%ul .list-inline
18
- % li
19
- - if !repo.releases.empty?
20
- = link_to " #{ repo.title } #{ t(' .releases_benchmark' ) } " ,
18
+ - if !repo.releases.empty?
19
+ % li
20
+ = link_to t('.releases_benchmark'),
21
21
releases_path(organization_name: organization.name, repo_name: repo.name)
22
22
23
- % li
24
- - if !repo.commits.empty?
25
- = link_to " #{ repo.title } #{ t(' .commits_benchmark' ) } " ,
23
+ - if !repo.commits.empty?
24
+ % li
25
+ = link_to t('.commits_benchmark'),
26
26
commits_path(organization_name: organization.name, repo_name: repo.name), data: { no_turbolink: true }
27
+ %li
28
+ = link_to t('.overview'),
29
+ overview_path(organization_name: organization.name, repo_name: repo.name), data: { no_turbolink: true }
Original file line number Diff line number Diff line change 44
44
title : Benchmarks
45
45
commits_benchmark : Commits Benchmarks
46
46
releases_benchmark : Releases Benchmarks
47
+ overview : Overview
47
48
48
49
repos :
49
50
select_benchmark : &select_benchmark
You can’t perform that action at this time.
0 commit comments