test/dummy/app/views/accounts/edit.html.erb in trust-0.8.3 vs test/dummy/app/views/accounts/edit.html.erb in trust-1.4.2
- old
+ new
@@ -25,7 +25,7 @@
%>
<h1>Editing account</h1>
<%= render 'form' %>
-<%= link_to 'Show', client_account_path(@account) %> |
+<%= link_to 'Show', client_account_path(@client, @account) %> |
<%= link_to 'Back', client_accounts_path(@client) %>