<%= notice %>
Username: <%= @account.username %>
Password: <%= link_to reveal_password_path(@account.id), remote: true do %> <% end %> ********
Home: <%= @account.home %>
Site: <%= @account.site %>
<%= link_to 'Destroy', @account, method: :delete, data: { confirm: 'Are you sure?' } %> <%= link_to 'Edit', edit_account_path(@account) %> | <%= link_to 'Back', accounts_path %>