<%= notice %>

<%= render @account %>
<%= link_to "Edit this account", edit_account_path(@account) %> | <%= link_to "Back to accounts", accounts_path %> <%= button_to "Destroy this account", @account, method: :delete %>