Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
comment out temporary static card menu template
Browse files Browse the repository at this point in the history
no issue
- card menu template on Labs screen is temporary whilst working on the design, this disables it for the alpha
  • Loading branch information
kevinansfield committed Mar 3, 2017
1 parent 0fda67d commit 0b737e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/templates/settings/labs.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<section class="view-container settings-debug">
<p class="gh-box gh-box-info"><i class="icon-idea"></i>This is a testing ground for experimental features which aren't quite ready for primetime. They may change, break or inexplicably disappear at any time.</p>

{{!-- START: Card Menu Tamplate --}}
{{!-- START: Card Menu Template --}}
{{!--
<div class="gh-setting-header">Card menu</div>
<div class="gh-setting">
<div class="gh-cardmenu">
Expand Down Expand Up @@ -163,7 +164,8 @@
</div>
</div>
</div>
{{!-- END: Card Menu Tamplate --}}
--}}
{{!-- END: Card Menu Template --}}

<div class="gh-setting-header">Migration options</div>
<div class="gh-setting">
Expand Down

0 comments on commit 0b737e3

Please sign in to comment.