Browse Source

removes design/develop mode from pages that arent ui

pull/13/head
Jack Lukic 11 years ago
parent
commit
e03f944776
1 changed files with 2 additions and 0 deletions
  1. 2
      node/src/layouts/default.html.eco

2
node/src/layouts/default.html.eco

@ -131,12 +131,14 @@
<% end %>
</div>
<div class="right menu">
<% if @document.type is 'UI Element' or @document.type is 'UI Collection': %>
<a class="popup designer item" title="Designer Mode">
<i class="icon easel"></i>
</a>
<a class="popup developer item" title="Developer Mode">
<i class="icon terminal"></i>
</a>
<% end %>
<a class="popup item" title="View project on Github" href="https://github.com/quirkyinc/semantic">
<i class="icon github"></i>
</a>

Loading…
Cancel
Save