aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts/application.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/application.html.haml')
-rw-r--r--app/views/layouts/application.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 8e0b4a8..184b83e 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -16,7 +16,7 @@
.container
.nav.navbar-nav.navbar-left
= link_to root_path, class: "navbar-brand" do
- - if Rails.env.produciton?
+ - if Rails.env.production?
aclog
- else
🚧