Sha256: ac5aba0d6ca0f6b95cb578ac0d28b60359a5c3a7fb762739aa66501754b4dbe2

Contents?: true

Size: 325 Bytes

Versions: 5

Compression:

Stored size: 325 Bytes

Contents

<div class='plan-info'>
	<p>
		You are changing to the '<%= @plan.name %>' plan.
	</p>
	<p>
		This plan costs <strong>$<%= @plan.price %></strong> per month.
	</p>
</div>

<% if current_account.braintree_subscription_id.present? %>
	<%= render "existing_subscription" %>
<% else %>
	<%= render "new_subscription" %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mtwarden-4.1.2 app/views/mtwarden/account/accounts/plan.html.erb
mtwarden-4.1.1 app/views/mtwarden/account/accounts/plan.html.erb
mtwarden-4.1.0 app/views/mtwarden/account/accounts/plan.html.erb
mtwarden-4.0.0 app/views/mtwarden/account/accounts/plan.html.erb
mtwarden-3.6.2 app/views/mtwarden/account/accounts/plan.html.erb