fix link function decl
This commit is contained in:
parent
1e299a3a97
commit
3a6dd987cc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue