Sign in
apache
/
netbeans
/
refs/heads/release123
/
.
/
webcommon
/
javascript2.jade
/
test
/
unit
/
data
/
testfiles
/
lexer
/
issue250542.jade
blob: 756eddd9c237a23bb6df5aaf8427ba8315cdd572 [
file
]
mixin link
(
href
,
name
)
//- attributes == {class: "btn"}
a
(
class
!=
attributes
.
class
,
href
=
href
)=
name
+
link
(
'/foo'
,
'foo'
)(
class
=
"btn"
)