Commit 5248c5a40a8b22fef439ebc28200713160278202

Authored by AurelioAHeckert
1 parent 6858050d

ActionItem518: more product icons on profile

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2228 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/helpers/application_helper.rb
... ... @@ -367,16 +367,16 @@ module ApplicationHelper
367 367 def profile_cat_icons( profile )
368 368 if profile.class == Enterprise
369 369 icons =
370   - profile.product_categories.map{ |c| c.size > 1 ? [c[0],c[1]] : nil }.
  370 + profile.product_categories.map{ |c| c.size > 1 ? c[1] : nil }.
371 371 compact.uniq.map{ |c|
372   - cat_name = (c[0]+'_'+c[1]).gsub( /\s/, '_' )
  372 + cat_name = c.gsub( /[-\s,.;'"]/, '_' )
373 373 cat_icon = "/images/icons-cat/#{cat_name}.png"
374 374 if ! File.exists? RAILS_ROOT.to_s() + '/public/' + cat_icon
375 375 cat_icon = '/images/icons-cat/undefined.png'
376 376 end
377 377 content_tag 'span',
378   - content_tag( 'span', c.join(' → ') ),
379   - :title => c.join(' → '),
  378 + content_tag( 'span', c ),
  379 + :title => c,
380 380 :class => 'product-cat-icon cat_icon_' + cat_name,
381 381 :style => "background-image:url(#{cat_icon})"
382 382 }.join "\n"
... ...
public/images/icons-cat/Agropecuária_extrativismo_e_pesca.png 0 → 100644

509 Bytes

public/images/icons-cat/Alimentos_e_bebidas.png 0 → 100644

382 Bytes

public/images/icons-cat/Artefatos_artesanais.png 0 → 100644

461 Bytes

public/images/icons-cat/Crédito_e_finanças.png 0 → 100644

338 Bytes

public/images/icons-cat/Fitoterápicos_e_produtos_de_limpeza_e_higiene.png 0 → 100644

475 Bytes

public/images/icons-cat/Prestação_de_serviços_diversos.png 0 → 100644

338 Bytes

public/images/icons-cat/Produtos_Alimentação.png

382 Bytes

public/images/icons-cat/Produtos_Software.png

408 Bytes

public/images/icons-cat/Produtos_Software_Livre.png

408 Bytes

public/images/icons-cat/Produção_industrial.png 0 → 100644

338 Bytes

public/images/icons-cat/Produção_têxtil_e_confecção.png 0 → 100644

475 Bytes

public/images/icons-cat/Software.png 0 → 100644

408 Bytes

public/images/icons-cat/Software_Livre.png 0 → 100644

408 Bytes