[Xfce4-commits] <moka:master> Hopefully fix the delete collection release button

Jannis Pohlmann noreply at xfce.org
Sun May 23 00:18:01 CEST 2010


Updating branch refs/heads/master
         to d880f48cd5906e09d687c208f4e6bfa1b231de1c (commit)
       from 9498055f686b6f416d03c78eba3d3fcdf1330367 (commit)

commit d880f48cd5906e09d687c208f4e6bfa1b231de1c
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sun May 23 00:09:20 2010 +0200

    Hopefully fix the delete collection release button

 lib/views/collection.erb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/views/collection.erb b/lib/views/collection.erb
index fa0c248..152d451 100755
--- a/lib/views/collection.erb
+++ b/lib/views/collection.erb
@@ -6,7 +6,7 @@
       <th><a href="<%= Mirror.find_all.first.release_url(release) %>"><%= release.version %></a></th>
       <td>
         <a href="/collection/<%= @collection.name %>/release/<%= release.version %>">Update</a>
-        <a href="/collection/<%= @collection.name %>/release/<%= release.version %>">Delete</a>
+        <a href="/collection/<%= @collection.name %>/release/<%= release.version %>/delete">Delete</a>
       </td>
     </tr>
   <% end %>



More information about the Xfce4-commits mailing list