Powerglove/Thinkerinnen

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

Summary

Maintainability
Test Coverage
<% provide(:title, "Edit") %>
<div class="center jumbotron"> 

<h1>Edit thinker's profile</h1>
 
<%= render 'form' %>
 
<%= link_to 'Back', thinker_path %>

</div>