<% content_for :tellimus do %> <%= render('tellimus/subscriptions/braintree_js.html.erb').html_safe %> <% end %> <%= form_for @subscription, url: url, html: {id: 'payment-form', class: 'form-horizontal'} do |f| %>
<%= title %> <%= f.hidden_field :plan_id %>
<% if Tellimus.free_trial? %> <% else %> <% end %> <%= link_to t('koudoku.payment.cancel'), owner_subscriptions_path(@owner), class: 'btn' %>
<% end %>