You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
273 B
6 lines
273 B
<if(state.text != null && state.text != "")>
|
|
<div class=["post-meta", input.kind, state.color, input.weak ? "weak" : null, input.class] title=state.tooltip>
|
|
<a if(state.href != null) href=state.href>${state.text}</a>
|
|
<span else>${state.text}</span>
|
|
</div>
|
|
</if>
|