aboutsummaryrefslogtreecommitdiffstats
path: root/src/_helpers/band_helper.rb
blob: 0380184acf3bcec3d39a1755cb3aecc1ada5181d (plain) (blame)
1
2
3
4
5
6
7
8
9
puts "Loading BandHelper..."

module BandHelper
  def bandlinks_all
    "#{link('Exeloume', 'http://www.facebook.com/exeloume')}, " +
    "#{link('Imbalance', 'http://www.imbalance.no')} og " +
    "#{link('Ninth Circle', 'http://www.ninthcircle.no')}"
  end
end