Sha256: 7de4d66f328ba3c35765f1eac3605d737517fa80722944f33bf69ec3056e0345
Contents?: true
Size: 626 Bytes
Versions: 1
Compression:
Stored size: 626 Bytes
Contents
<p> <input type="button" class="button affirmative add-creditor-balance" value="Adicionar Balanço"> </p> <div id="creditor-balance" data-nested-form="creditor-balance" data-append-item=false > <%= f.association :creditor_balances, collection: localized(f.object.creditor_balances) do |p| %> <%= render 'creditor_balances/form', f: p %> <% end %> </div> <%= mustache 'creditor-balance-template' do %> <%= f.association :creditor_balances_attributes, collection: f.object.creditor_balances.build, index: '{{uuid-creditor-balance}}' do |p| %> <%= render 'creditor_balances/form', f: p %> <% end %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unico-training-7.8.0 | app/views/creditors/_balance.html.erb |