Skip to content

Commit

Permalink
Merge pull request #10303 from dmarcoux/use-history-icon-for-job-history
Browse files Browse the repository at this point in the history
Use history icon for 'Job History' link
  • Loading branch information
vpereira committed Oct 15, 2020
2 parents 80f215b + f8b58b8 commit ed1b425
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

%li.list-inline-item
= link_to(index_package_job_history_path(project: project, package_name: package, repository: repository, arch: result[:arch]),
title: 'Job history', class: 'nav-link') do
%i.fas.fa-list
Job history
title: 'Job History', class: 'nav-link') do
%i.fas.fa-history
Job History

%li.list-inline-item
= link_to(index_package_build_reason_path(project: project, package_name: package, repository: repository, arch: result[:arch]),
Expand Down

0 comments on commit ed1b425

Please sign in to comment.