Skip to content

Commit

Permalink
Fixes #31491 - ALTLinux icons display
Browse files Browse the repository at this point in the history
+ 16x16 ALTLinux icon
+ 64x64 ALTLinux icon
! code parsing a record name to match ALTLinux family
  • Loading branch information
majioa authored and ezr-ondrej committed Dec 18, 2020
1 parent 1b7b7e9 commit f0a671d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added app/assets/images/icons16x16/alt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/images/icons64x64/alt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app/helpers/operatingsystems_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def icon(record, opts = {})
"scientific"
when /archlinux/i
"archlinux"
when /altlinux/i
"stub/goldenrod-a"
when /alt/i
"alt"
when /gentoo/i
"gentoo"
when /SLC/i
Expand Down

0 comments on commit f0a671d

Please sign in to comment.