Showing 2 changed files with 1 additions and 1 deletions
BIN
public/img/glyphicons-halflings.png
+1 -1
templates/include/tree.html.ep
... ...
@@ -48,7 +48,7 @@
48 48
                 <%= $name %>
49 49
               </a>
50 50
             % } elsif ($tree) {
51
-              <i class="icon-folder-open"></i>
51
+              <i class="icon-folder-close"></i>
52 52
               <a href="<%= url_for("/$user/$project/tree/$rev/$child_dir") %>">
53 53
                 <%= $name %>
54 54
               </a>