Skip to content

Commit

Permalink
Update subheader for repository states
Browse files Browse the repository at this point in the history
Reduce the icon size so that it matches with our default icon size.
  • Loading branch information
bgeuken committed Dec 14, 2018
1 parent a96529e commit 37474d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/views/webui2/webui/package/binaries.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

- @buildresults.each do |result|
%h5.bg-light.p-2.mb-0
%i{ class: webui2_repo_status_icon(result[:repocode]) }
%i{ class: "#{webui2_repo_status_icon(result[:repocode])} fa-xs" }
Architecture: #{result[:arch]}
- if result[:binaries].empty?
%p.pl-2
Expand Down

0 comments on commit 37474d0

Please sign in to comment.