fix link function decl

This commit is contained in:
Christine Dodrill 2015-01-31 20:44:00 -08:00
parent 1e299a3a97
commit 3a6dd987cc
1 changed files with 1 additions and 1 deletions

View File

@ -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