Promotion CRUD

This commit is contained in:
Phyo
2017-08-16 18:36:23 +06:30
parent 73cceaf482
commit fc2927b341
13 changed files with 225 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
<div class="span12">
<div class="page-header">
<ul class="breadcrumb">
<li><a href="<%= root_path %>">Home</a></li>
<li><a href="<%= settings_promotions_path %>">Promotions</a></li>
<li>Edit</li>
</ul>
</div>
<%= render 'form', promotion: @promotion %>
</div>