payment option | cashier terminal | membership

This commit is contained in:
Nweni
2017-04-20 20:06:24 +06:30
parent 037eb1f0f2
commit 101c427322
19 changed files with 284 additions and 229 deletions

View File

@@ -1,5 +1,11 @@
<h1>New Settings Payment Method Setting</h1>
<%= render 'form', settings_payment_method_setting: @settings_payment_method_setting %>
<%= link_to 'Back', settings_payment_method_settings_path %>
<div class="span12">
<div class="page-header">
<ul class="breadcrumb">
<li><a href="<%= root_path %>">Home</a></li>
<li><a href="<%= settings_payment_method_settings_path %>"> Payment Method Setting</a></li>
<li>New</li>
</ul>
</div>
<%= render 'form', settings_payment_method_setting: @settings_payment_method_setting %>
</div>