Sha256: 63fe7fbe2b82bfaede640c89f47cf9e87d1feb9be36f53f5aaa688a159d13fad

Contents?: true

Size: 766 Bytes

Versions: 1

Compression:

Stored size: 766 Bytes

Contents

<tr>
  <td class="has-text-right"><%= Card.human_attribute_name(:card_uuid) %></td>
  <td><%= @card.card_uuid %></td>
</tr>
<tr>
  <td class="has-text-right"><%= Card.human_attribute_name(:effect_at) %></td>
  <td><time data-controller="time"><%= @card.effect_at.to_s(:rfc822) %></time></td>
</tr>
<tr>
  <td class="has-text-right"><%= Card.human_attribute_name(:expire_at) %></td>
  <td><time data-controller="time"><%= @card.expire_at.to_s(:rfc822) %></time></td>
</tr>
<tr>
  <td class="has-text-right"><%= Card.human_attribute_name(:amount) %></td>
  <td><%= @card.amount %></td>
</tr>
<tr>
  <td class="has-text-right"><%= Card.human_attribute_name(:created_at) %></td>
  <td><time data-controller="time"><%= @card.created_at.to_s(:rfc822) %></time></td>
</tr>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_trade-0.0.3 app/views/trade/admin/cards/_show_table.html.erb