Skip to content

Commit 54628d1

Browse files
authored
Undo previous commit
1 parent 23807a3 commit 54628d1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

app/templates/components/explore/side-bar.hbs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44
{{/g-map}}
55
</div>
66
{{#if device.isMobile}}
7-
<div class="field">
8-
<div class="ui toggle checkbox">
9-
{{input type='checkbox' change=(action 'toggleMap') id = "map" checked='isChecked' }}
10-
<label for="map">
11-
{{if (not isMapVisible) 'Show' 'Hide'}} Map
12-
</label>
13-
</div>
14-
</div>
7+
<div class="ui bottom attached button" role="button" {{action 'toggleMap'}}> {{if (not isMapVisible) 'Show' 'Hide'}} Map </div>
158
{{/if}}
169
<div class="item">
1710
<div class="ui input">

0 commit comments

Comments
 (0)