Membership Setting UI
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
<%= f.input :auth_token %>
|
<%= f.input :auth_token %>
|
||||||
<%= f.input :merchant_account_id %>
|
<%= f.input :merchant_account_id %>
|
||||||
<%= f.input :created_by %>
|
<%= f.input :created_by %>
|
||||||
<%= f.input :additional_parameter %>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-actions">
|
<div class="form-actions">
|
||||||
|
|||||||
@@ -1,8 +1,17 @@
|
|||||||
<p id="notice"><%= notice %></p>
|
|
||||||
|
|
||||||
<h1>Settings Membership Actions</h1>
|
<div class="page-header">
|
||||||
|
<ul class="breadcrumb">
|
||||||
|
<li><a href="<%= root_path %>">Home</a></li>
|
||||||
|
<li>Settings Membership Actions</li>
|
||||||
|
<span style="float: right">
|
||||||
|
<%= link_to 'New Settings Membership Action', new_settings_membership_action_path,:class => 'btn btn-primary btn-sm' %>
|
||||||
|
</span>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
|
||||||
<table>
|
<br>
|
||||||
|
<div class="card">
|
||||||
|
<table class="table table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Membership type</th>
|
<th>Membership type</th>
|
||||||
@@ -34,8 +43,5 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<% end %>
|
<% end %>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<br>
|
|
||||||
|
|
||||||
<%= link_to 'New Settings Membership Action', new_settings_membership_action_path %>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user