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