Skip to content

Commit

Permalink
Merge pull request #1247 from daniel-beck/JENKINS-22617
Browse files Browse the repository at this point in the history
[FIX JENKINS-22617] Fix path to deletion of JVM Crash error log
  • Loading branch information
oleg-nenashev committed Jun 1, 2014
2 parents 23e0e91 + b517eb7 commit ee3ea5d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ THE SOFTWARE.
(${%ago(f.timeSpanString)})
</td>
<td>
<form method="post" action="files/${idx.index}/${f.name}/delete" name="${idx}">
<form method="post" action="files/${idx.index}/delete" name="${idx}">
<f:submit value="${%Delete}"/>
</form>
</td>
Expand Down

0 comments on commit ee3ea5d

Please sign in to comment.