Skip to content

Commit e6a3fe9

Browse files
committed
Merge pull request #1153 from DaftMonk/jade-main-parity-times
feat(client:main): use times symbol instead of 'x' in jade template
2 parents 0bd8a64 + 2617ab2 commit e6a3fe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/client/app/main/main(jade).jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ header#banner.hero-unit
1414
li
1515
a(href='#', tooltip='{{thing.info}}')
1616
| {{thing.name}}<% if (filters.socketio) { %>
17-
button.close(type='button', ng-click='deleteThing(thing)') ×<% } %><% if (filters.socketio) { %>
17+
button.close(type='button', ng-click='deleteThing(thing)') &times;<% } %><% if (filters.socketio) { %>
1818

1919
form.thing-form
2020
label Syncs in realtime across clients

0 commit comments

Comments
 (0)