CRUDcommission

This commit is contained in:
yamin
2017-08-21 18:14:36 +06:30
parent 9d424df9fd
commit 4e29cd7cdd
7 changed files with 103 additions and 29 deletions

View File

@@ -1,5 +1,10 @@
<h1>New Commission</h1>
<%= render 'form', commission: @commission %>
<%= link_to 'Back', origami_commissions_path %>
<div class="span12">
<div class="page-header">
<ul class="breadcrumb">
<li><a href="<%= root_path %>">Home</a></li>
<li><a href="<%= origami_commissions_path %>">Commissions</a></li>
<li>New</li>
</ul>
</div>
<%= render 'form', commission: @commission %>
</div>