Skip to content

Commit

Permalink
[webui] Henne said Arch to me, so I added the distribution icons to git
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Sep 20, 2012
1 parent 358d4f1 commit c9992e8
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 1 deletion.
Binary file added src/webui/app/assets/icons/distributions-arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 src/webui/app/assets/icons/distributions-kiwi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 src/webui/app/assets/icons/distributions-suse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<%= form_tag(:action => :save_targets, :project => @project) do %>
<% vendors = @distributions.all_vendors %>
<% vendors.each do |vendor| %>
<h3><%= image_tag( "distributions/#{vendor.downcase}.png", :width => 40 ) %> <%= vendor -%> distributions</h3>
<h3><%= sprite_tag( "distributions-#{vendor.downcase}" ) %> <%= vendor -%> distributions</h3>
<p>
<% @distributions.each("distribution[@vendor='#{vendor}']") do |dist|
name = dist.find_first('name').text
Expand Down
12 changes: 12 additions & 0 deletions src/webui/script/update_bento.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,15 @@ copy $themedir/bento/css/960.css ./app/assets/stylesheets/bento/960.css
copy $themedir/bento/css/base.css ./app/assets/stylesheets/bento/base.css
copy $themedir/bento/css/grid.css ./app/assets/stylesheets/bento/grid.css
copy $themedir/bento/css/reset.css ./app/assets/stylesheets/bento/reset.css

copy $themedir/bento/images/distributions/arch.png ./app/assets/icons/distributions-arch.png
copy $themedir/bento/images/distributions/centos.png ./app/assets/icons/distributions-centos.png
copy $themedir/bento/images/distributions/debian.png ./app/assets/icons/distributions-debian.png
copy $themedir/bento/images/distributions/fedora.png ./app/assets/icons/distributions-fedora.png
copy $themedir/bento/images/distributions/kiwi.png ./app/assets/icons/distributions-kiwi.png
copy $themedir/bento/images/distributions/mandriva.png ./app/assets/icons/distributions-mandriva.png
copy $themedir/bento/images/distributions/opensuse.png ./app/assets/icons/distributions-opensuse.png
copy $themedir/bento/images/distributions/redhat.png ./app/assets/icons/distributions-redhat.png
copy $themedir/bento/images/distributions/suse.png ./app/assets/icons/distributions-suse.png
copy $themedir/bento/images/distributions/ubuntu.png ./app/assets/icons/distributions-ubuntu.png

0 comments on commit c9992e8

Please sign in to comment.