Call it DEV_MODE, and always set it on · rubythonode/developer.github.com@f21916d · GitHub
Skip to content

Commit f21916d

Browse files
committed
Call it DEV_MODE, and always set it on
1 parent f078ce1 commit f21916d

4 files changed

Lines changed: 4 additions & 9 deletions

File tree

layouts/api.html

Lines changed: 1 addition & 1 deletion

layouts/guides.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<%= render 'head' %>
22

3-
<body class="api <%= ENV['ENTERPRISE'] ? 'enterprise' : '' %>">
3+
<body class="api <%= ENV['DEV_MODE'] ? 'dev-mode' : '' %>">
44
<%= render 'header' %>
55

66
<div class="sub-nav">

layouts/webhooks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<%= render 'head' %>
22

3-
<body class="api <%= ENV['ENTERPRISE'] ? 'enterprise' : '' %>">
3+
<body class="api <%= ENV['DEV_MODE'] ? 'dev-mode' : '' %>">
44
<%= render 'header' %>
55

66
<div class="sub-nav">

script/server

Lines changed: 1 addition & 6 deletions

0 commit comments

Comments
 (0)