SMERM/EMUForm

View on GitHub
app/views/authors/new.html.erb

Summary

Maintainability
Test Coverage
<h1 class="entry-title">New Author</h1>

<%= render 'form' %>

<%= link_to 'Back', work_authors_path(@work), class:"btn" %>

<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>