Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

Commit

Permalink
fixed a typo path in page metadata edit sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams committed Nov 14, 2008
1 parent de46daf commit a5d8585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/page_metadatas/edit.html.erb
@@ -1,7 +1,7 @@
<%= title "Edit Metadata for page: #{@page}" %>
<% content_for :sidebar do %>
<%= link_to "Back to Page", admin_page_path(@page), :class => 'button icon back' %>
<%= link_to "Back to Page", edit_admin_page_path(@page), :class => 'button icon back' %>
<% end %>
<% form_for [:admin, :page, @page_metadata] do |f| %>
Expand Down

0 comments on commit a5d8585

Please sign in to comment.