aboutsummaryrefslogtreecommitdiffstats
path: root/src/_helpers/band_helper.rb
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2011-11-13 14:22:51 +0100
committerHarald Eilertsen <haraldei@anduin.net>2011-11-13 14:22:51 +0100
commit19837172d9efd653dfa6b6b7729765636bdd0758 (patch)
treeb6f5b2c95d5b54ab7f37930b5ebab5e46f4fd34e /src/_helpers/band_helper.rb
parenta4d2b1dd343c2abde14843055c40a77e4cc7643b (diff)
downloadThrash-and-Burn-Tour-2012-Website-19837172d9efd653dfa6b6b7729765636bdd0758.tar.gz
Thrash-and-Burn-Tour-2012-Website-19837172d9efd653dfa6b6b7729765636bdd0758.tar.bz2
Thrash-and-Burn-Tour-2012-Website-19837172d9efd653dfa6b6b7729765636bdd0758.zip
Add news page, and make frontpage link to it.
Diffstat (limited to 'src/_helpers/band_helper.rb')
-rw-r--r--src/_helpers/band_helper.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_helpers/band_helper.rb b/src/_helpers/band_helper.rb
new file mode 100644
index 0000000..0380184
--- /dev/null
+++ b/src/_helpers/band_helper.rb
@@ -0,0 +1,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 \ No newline at end of file