Better employee selection for schedule

This commit is contained in:
2015-03-24 17:49:27 +01:00
parent c5d6252c7a
commit 2193ca56a1
6 changed files with 7 additions and 1 deletions
@@ -21,6 +21,7 @@
@ttry = (path, vars={})->
@t(path, $.extend(vars, emptyWhenNotFound: true))
# return translation in the form
# <span data-t="models.table">Tafel</span>
@tspan = (path, vars={}) -> "<span data-t='#{path}' class='translation' data-t-attributes='#{JSON.stringify(vars)}'>#{t(path, vars)}</span>"