Guest User

Untitled

a guest
Oct 18th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. %div#chartData
  2. %ul#companies
  3. - @companies.each_with_index do |company, index|
  4. %li{'data-company-id' => company.id}
  5. %a{:href => '#'}
  6. %span{:class => "legend color#{index}"}
  7. %b= company.name
  8. %span{:class => 'remove hidden'}= t('.remove')
  9. %span{:class => 'icon iconRemove'}
Add Comment
Please, Sign In to add comment