Sha256: db19ff942f22bd6da1d52c553d0456bb75c4921ce552d09ab9950211a0a1bea2

Contents?: true

Size: 751 Bytes

Versions: 1

Compression:

Stored size: 751 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>
    <% if account.customer_token? -%>
      <%= link_to account.customer_token, "https://www.braintreegateway.com/merchants/#{Braintree::Configuration.merchant_id}/customers/#{account.customer_token}" %>
    <% else -%>
      N/A
    <% end -%>
  </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

1 entries across 1 versions & 1 rubygems

Version Path
saucy-0.10.4 app/views/admin/accounts/_account.html.erb