fix naming conflict
This commit is contained in:
parent
8c27f40940
commit
2be1b10fa3
|
@ -2,9 +2,9 @@ import Widget from require "lapis.html"
|
||||||
|
|
||||||
class Index extends Widget
|
class Index extends Widget
|
||||||
content: =>
|
content: =>
|
||||||
link = (img, url, name) ->
|
link = (imgl, url, name) ->
|
||||||
div class: "col-md-4", ->
|
div class: "col-md-4", ->
|
||||||
img src: "/static/img/contact/" .. img, height: 250, width: 250
|
img src: "/static/img/contact/" .. imgl, height: 250, width: 250
|
||||||
a class: "lead", href: url, name
|
a class: "lead", href: url, name
|
||||||
|
|
||||||
style [[ img { padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; } ]]
|
style [[ img { padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; } ]]
|
||||||
|
|
Loading…
Reference in New Issue