We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53a26da commit 23807a3Copy full SHA for 23807a3
app/templates/components/explore/side-bar.hbs
@@ -4,7 +4,14 @@
4
{{/g-map}}
5
</div>
6
{{#if device.isMobile}}
7
- <div class="ui bottom attached button" role="button" {{action 'toggleMap'}}> {{if (not isMapVisible) 'Show' 'Hide'}} Map </div>
+ <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
15
{{/if}}
16
<div class="item">
17
<div class="ui input">
0 commit comments