lfzawacki/musical-artifacts

View on GitHub
app/helpers/info_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module InfoHelper

  def about_icon str, color = true
    image_tag "icons/#{color ? 'color' : 'no-color'}/128px/#{str}.png"
  end
end