Sha256: 4477630044bd77bd9e84e8ed1581b2fb5b524ab7327c95f1113f611ae0adece6

Contents?: true

Size: 662 Bytes

Versions: 3

Compression:

Stored size: 662 Bytes

Contents

<tr>
  <td><%= account.id %></td>
  <td><%= link_to account.name, admin_account_path(account) %></td>
  <td><%= account.plan.name %></td>
  <td><%= account.activated? %></td>
  <td><%= link_to account.customer_token, "https://www.braintreegateway.com/merchants/#{Braintree::Configuration.merchant_id}/customers/#{account.customer_token}" %></td>
  <td>
    <% if account.subscription_token? %>
      <%= link_to account.subscription_token, "https://www.braintreegateway.com/merchants/#{Braintree::Configuration.merchant_id}/subscriptions/#{account.subscription_token}" %>
    <% else %>
      N/A
    <% end %>
  </td>
  <td><%= account.created_at %></td>
</tr>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
saucy-0.10.3 app/views/admin/accounts/_account.html.erb
saucy-0.10.2 app/views/admin/accounts/_account.html.erb
saucy-0.10.1 app/views/admin/accounts/_account.html.erb