diff --git a/app/views/admin/edit_web.rhtml b/app/views/admin/edit_web.rhtml index 922efc7e..99010fd6 100644 --- a/app/views/admin/edit_web.rhtml +++ b/app/views/admin/edit_web.rhtml @@ -109,7 +109,7 @@ TODO Enable these input elements again after release 0.10 and

- ...or forget changes and create a new web + ...or forget changes and <%= link_to 'create a new web', :action => 'create_web' %>

diff --git a/app/views/file/import.rhtml b/app/views/file/import.rhtml index 251ffc28..e4a01ccb 100644 --- a/app/views/file/import.rhtml +++ b/app/views/file/import.rhtml @@ -15,7 +15,7 @@ <% if @page %> - | Cancel (unlocks page) + | <%= link_to 'Cancel', :web => @web.address, :action => 'file'%> (unlocks page) <% end %>