Skip to content

Commit

Permalink
Merge pull request #6584 from dmarcoux/center-text-in-project-monitor…
Browse files Browse the repository at this point in the history
…-table

Center text in project monitor table
  • Loading branch information
Dany Marcoux committed Dec 12, 2018
2 parents b9d2530 + 6bba8bc commit 1682487
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/api/app/views/webui2/webui/project/monitor.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
%th
- @repohash.sort.each do |_repo, archlist|
- archlist.sort.each do |arch|
%th
%th.text-center
= arch
%tbody
- @packagenames.each do |packname|
Expand All @@ -32,7 +32,7 @@
= link_to word_break(packname, 40), controller: :package, action: :show, package: packname, project: @project.to_s
- @repohash.sort.each do |repo, archlist|
- archlist.sort.each do |arch|
%td
%td.text-center
= webui2_arch_repo_table_cell(repo, arch, packname, nil, false)
:javascript
setupProjectMonitor();

0 comments on commit 1682487

Please sign in to comment.