From 3a6dd987ccc70a42c87a42c79a1056eb86ef0317 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 31 Jan 2015 20:44:00 -0800 Subject: [PATCH] fix link function decl --- views/contact.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/contact.moon b/views/contact.moon index ae03f80..16a89ab 100644 --- a/views/contact.moon +++ b/views/contact.moon @@ -1,6 +1,6 @@ import Widget from require "lapis.html" -link (img, url, name) -> +link = (img, url, name) -> div class: "col-md-4", -> img src: "/static/img/contact/" .. img, height: 250, width: 250 a class: "lead", href: url, name