Skip to content

Commit

Permalink
Fix page name for cancel link on edit page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Todd Willey committed Apr 4, 2009
1 parent b08a40f commit fa411e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/edit.haml
Expand Up @@ -6,4 +6,4 @@
%p
%input.submit{:type => :submit, :value => "Save as the newest version"}
or
%a.cancel{:href=>"/#{@page}"} cancel
%a.cancel{:href=>"/#{@page.url}"} cancel

0 comments on commit fa411e6

Please sign in to comment.