Browse Source

HUE-178. jobbrowser mapred input dir makes no sense.

bc Wong 15 years ago
parent
commit
3eeccebdbe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/jobbrowser/src/jobbrowser/templates/job.mako

+ 1 - 1
apps/jobbrowser/src/jobbrowser/templates/job.mako

@@ -61,7 +61,7 @@
                     else:
                       target = "FileBrowser"
                   %>
-                  <a href="${location_to_url(request, val)}" title="${val}" target="${target}">${location_to_url(request, val)}</a>
+                  <a href="${location_to_url(request, val)}" title="${val}" target="${target}">${val}</a>
                   % if i != len(splitArray) - 1:
                     <br>
                   % endif