ftp-manager/app/views/accounts/new.html.erb
2016-08-27 21:40:21 -05:00

6 lines
100 B
Plaintext

<h1>New Account</h1>
<%= render 'form', account: @account %>
<%= link_to 'Back', accounts_path %>