From 94292199b24799261c2d2fe4d7f59f886de5c745 Mon Sep 17 00:00:00 2001 From: Alexey Verkhovsky Date: Tue, 18 Jan 2005 00:33:10 +0000 Subject: [PATCH] Corrected a link, and changed it to a link_to method --- app/views/wiki/locked.rhtml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/app/views/wiki/locked.rhtml b/app/views/wiki/locked.rhtml index 79f0458e..d9eb6527 100755 --- a/app/views/wiki/locked.rhtml +++ b/app/views/wiki/locked.rhtml @@ -7,6 +7,14 @@ <% end %>

- Edit the page anyway | - Cancel + <%= link_to 'Edit the page anyway', + {:web => @web_name, :action => 'edit', :id => @page.name, :params => {'break_lock' => '1'} }, + {:accesskey => 'E'} + %> + + <%= link_to 'Cancel', + {:web => @web_name, :action => 'show', :id => @page.name}, + {:accesskey => 'C'} + %> +