lib/almanack/themes/starter/views/error.erb in almanack-1.1.3 vs lib/almanack/themes/starter/views/error.erb in almanack-1.1.5

- old
+ new

@@ -8,6 +8,8 @@ <% if request.path == '/' %> <p>Sorry about that. Check back later!</p> <% else %> <p><a href="/">Return home</a></p> <% end %> + + <p>If you're the administrator, please check the logs for more details.</p> </div>