payment option | cashier terminal | membership
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
<h1>Editing Settings Payment Method Setting</h1>
|
||||
|
||||
<%= render 'form', settings_payment_method_setting: @settings_payment_method_setting %>
|
||||
|
||||
<%= link_to 'Show', @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>Edit</li>
|
||||
</ul>
|
||||
</div>
|
||||
<%= render 'form', settings_payment_method_setting: @settings_payment_method_setting %>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user