From c24d1d73bdf37d7d58048036a4bb172ff72f1930 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Tue, 10 Oct 2017 06:32:33 -0700 Subject: [PATCH] Fix for links back from deep nested directories --- views/dashboard.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/dashboard.erb b/views/dashboard.erb index b2c6fdbf..4d5032a8 100644 --- a/views/dashboard.erb +++ b/views/dashboard.erb @@ -87,7 +87,7 @@ <% dir_array = @dir.split '/' %> <% dir_array.each_with_index do |dir,i| %> <% if i+1 < dir_array.length %> - <%= dir %> + <%= dir %> <% else %> <%= dir %> <% end %>