parsley/app/views/notes/edit.html.erb

12 lines
167 B
Plaintext
Raw Normal View History

2016-10-14 12:19:00 -05:00
<div class="row">
<div class="col-xs-12">
<div class="page-header">
<h1>Edit Note</h1>
</div>
<%= render 'form', note: @note %>
</div>
</div>