We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bd8a64 + 2617ab2 commit e6a3fe9Copy full SHA for e6a3fe9
app/templates/client/app/main/main(jade).jade
@@ -14,7 +14,7 @@ header#banner.hero-unit
14
li
15
a(href='#', tooltip='{{thing.info}}')
16
| {{thing.name}}<% if (filters.socketio) { %>
17
- button.close(type='button', ng-click='deleteThing(thing)') ×<% } %><% if (filters.socketio) { %>
+ button.close(type='button', ng-click='deleteThing(thing)') ×<% } %><% if (filters.socketio) { %>
18
19
form.thing-form
20
label Syncs in realtime across clients
0 commit comments