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 23807a3 commit 54628d1Copy full SHA for 54628d1
app/templates/components/explore/side-bar.hbs
@@ -4,14 +4,7 @@
4
{{/g-map}}
5
</div>
6
{{#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 class="ui bottom attached button" role="button" {{action 'toggleMap'}}> {{if (not isMapVisible) 'Show' 'Hide'}} Map </div>
15
{{/if}}
16
<div class="item">
17
<div class="ui input">
0 commit comments