Sha256: 49d9876d080ea9cf2ae244c4f31b588f975c6ae291e39ac84497076f6110bcac

Contents?: true

Size: 983 Bytes

Versions: 1

Compression:

Stored size: 983 Bytes

Contents

<div class="ui segment breadcrumb">
  <%= link_to 'Back', admin_advances_path, class: 'section' %>
  <div class="divider">/</div>
  <div class="active section">Show</div>
</div>

<table class="table is-hoverable is-fullwidth">
  <tbody>
    <tr>
      <td class="has-text-right"><%= Advance.human_attribute_name(:name) %></td>
      <td><%= @advance.name %></td>
    </tr>
    <tr>
      <td class="has-text-right"><%= Advance.human_attribute_name(:price) %></td>
      <td><%= @advance.price %></td>
    </tr>
    <tr>
      <td class="has-text-right"><%= Advance.human_attribute_name(:wallet_amount) %></td>
      <td><%= @advance.wallet_amount %></td>
    </tr>
    <tr>
      <td class="has-text-right"><%= Advance.human_attribute_name(:state) %></td>
      <td><%= @advance.state %></td>
    </tr>
    <tr>
      <td class="has-text-right"><%= Advance.human_attribute_name(:apple_product_id) %></td>
      <td><%= @advance.apple_product_id %></td>
    </tr>
  </tbody>
</table>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_trade-0.0.3 app/views/trade/admin/advances/show.html.erb