From 5930601b80ee8603c7cec99408c3bde89ef2861e Mon Sep 17 00:00:00 2001 From: hukl Date: Mon, 13 Apr 2009 18:09:47 +0200 Subject: slight modifications --- app/views/nodes/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/views/nodes/edit.html.erb b/app/views/nodes/edit.html.erb index 225e6ff..6a243a7 100644 --- a/app/views/nodes/edit.html.erb +++ b/app/views/nodes/edit.html.erb @@ -2,7 +2,7 @@ <%= link_to 'metadata', '#', :id => 'button', :class => "unselected" %> <%= link_to 'Preview', @node %> <%= link_to 'Publish', publish_node_path, :method => :put, :confirm => "Publish this draft?" %> - <%= link_to 'Diff revisions', :controller => :revisions, :action => :diff, :id => params[:id] %> + <%= link_to 'Revisions', :controller => :revisions, :action => :diff, :id => params[:id] %> <% end %>
-- cgit v1.3