lib/shortener/server/views/layout.haml in short-0.3.3 vs lib/shortener/server/views/layout.haml in short-0.4.0
- old
+ new
@@ -14,10 +14,10 @@
%ul.nav
%li
%a{href: '/index'} Index
%li
%a{href: '/add'} Add
- - if $conf.s3_enabled
+ - if $conf.s3_available
%li
%a{href: '/upload'} Upload
#main.container(style="margin-top: 40px;")
= yield