[Xfce4-commits] <archive:master> For real now.

Nick Schermer noreply at xfce.org
Sat Nov 12 16:46:01 CET 2011


Updating branch refs/heads/master
         to d47ef44a90168f27204b5178a9d84c4fcd505aeb (commit)
       from 1e3fbfafe237b71068f66b5ffe24a1fcd5d4f00d (commit)

commit d47ef44a90168f27204b5178a9d84c4fcd505aeb
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Nov 12 16:45:02 2011 +0100

    For real now.

 fancyindex/views/index.haml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/fancyindex/views/index.haml b/fancyindex/views/index.haml
index b7dc6e1..989eba5 100644
--- a/fancyindex/views/index.haml
+++ b/fancyindex/views/index.haml
@@ -46,7 +46,7 @@
         - if @archive.parent
           %tr
             %td
-              %img{:src => '/up.png', :alt => 'up.png'}
+              %img{:src => '/public/up.png', :alt => 'up.png'}
             %td
               %a{:href => @archive.parent } Parent Directory
             %td
@@ -55,7 +55,7 @@
         - for item in @archive.list_items
           %tr
             %td
-              %img{:src => "/#{item.iconname}.png", :alt => item.iconname}
+              %img{:src => "/public/#{item.iconname}.png", :alt => item.iconname}
             %td{:nowrap => 'nowarp'}
               %a{:href => item.href } #{item.name}
             %td #{item.mtime}


More information about the Xfce4-commits mailing list