SMERM/EMUForm

View on GitHub
app/views/accounts/edit.html.erb

Summary

Maintainability
Test Coverage
<h1 class="entry-title">Editing Account</h1>

<%= render 'form' %>

<%= link_to 'Show', @account %>
<%= link_to 'Back', accounts_path %>

<hr>

<center>
<%= link_to 'List of Works', works_path, class:"twobtn" %>
&nbsp;&nbsp;&nbsp;&nbsp;
<%# link_to 'Sign out', destroy_account_session_path, class:"twobtn", method: :delete %>
<center>