update setting admin pages

This commit is contained in:
Aung Myo
2017-10-24 15:22:34 +06:30
parent 06dd5df432
commit 0d6167eca9
40 changed files with 422 additions and 303 deletions

View File

@@ -22,9 +22,9 @@
<th>Payment method</th>
<th>Is active</th>
<th>Gateway Comm type</th>
<th>Gateway url</th>
<th>Gateway url</th><!--
<th>Auth token</th>
<th>Merchant account</th>
<th>Merchant account</th> -->
<th>Actions</th>
</tr>
</thead>
@@ -35,9 +35,9 @@
<td><%= settings_payment_method_setting.payment_method %></td>
<td><%= settings_payment_method_setting.is_active %></td>
<td><%= settings_payment_method_setting.gateway_communication_type %></td>
<td><%= settings_payment_method_setting.gateway_url %></td>
<td><%= settings_payment_method_setting.gateway_url %></td><!--
<td><%= settings_payment_method_setting.auth_token %></td>
<td><%= settings_payment_method_setting.merchant_account_id %></td>
<td><%= settings_payment_method_setting.merchant_account_id %></td> -->
<td>
<%= link_to t("views.btn.show"), settings_payment_method_setting_path(settings_payment_method_setting),:class => 'btn btn-info btn-sm waves-effect' %>
<%= link_to t("views.btn.edit"), edit_settings_payment_method_setting_path(settings_payment_method_setting),:class => 'btn btn-primary btn-sm waves-effect' %>