fix naming conflict

This commit is contained in:
Christine Dodrill 2015-01-31 20:45:35 -08:00
parent 8c27f40940
commit 2be1b10fa3
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ import Widget from require "lapis.html"
class Index extends Widget
content: =>
link = (img, url, name) ->
link = (imgl, url, name) ->
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
style [[ img { padding-top: 25px; padding-right: 25px; padding-bottom: 25px; padding-left: 25px; } ]]