mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-26 17:14:07 +01:00
added develop notification bar on RAILS_ENV != production
This commit is contained in:
parent
671652c4c4
commit
a871511c24
3 changed files with 11 additions and 0 deletions
|
|
@ -38,7 +38,12 @@
|
|||
</head>
|
||||
|
||||
<body class="<%= @controller.controller_name %>">
|
||||
|
||||
<div id="topbar">
|
||||
<% if RAILS_ENV != "production" -%>
|
||||
<div id="develop-notify-bar"> </div>
|
||||
<% end -%>
|
||||
|
||||
<div id="date">
|
||||
<h1>
|
||||
<% if @count -%>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue