Membership Setting UI

This commit is contained in:
Phyo
2017-06-19 16:22:39 +06:30
parent 184dcb53a1
commit d78327f906
2 changed files with 43 additions and 38 deletions

View File

@@ -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">

View File

@@ -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>
@@ -35,7 +44,4 @@
<% end %> <% end %>
</tbody> </tbody>
</table> </table>
</div>
<br>
<%= link_to 'New Settings Membership Action', new_settings_membership_action_path %>