Sha256: d79499f5c75da0af5ab2020b39bf6205ffca1fbbf96b9b853bf982e0c559ff51

Contents?: true

Size: 786 Bytes

Versions: 4

Compression:

Stored size: 786 Bytes

Contents

<div class="span12" style="padding-bottom:20px">
	<%= link_to t('buttons.edit'), edit_account_path(@account), class: 'btn' %>
	<%= link_to t('buttons.destroy'), account_path(@account), method: :delete, confirm: t('buttons.destroy_confirm'), class: 'btn' %>
</div>

<div class="show span4">
  <b><%= t('attributes.account.name') %></b>
  <%= @account.name %>
	<br>
  <b><%= t('attributes.account.bank_account_number') %></b>
  <%= @account.bank_account_number %>
	<br>
  <b><%= t('attributes.account.iban') %></b>
  <%= @account.iban %>
	<br>
  <b><%= t('attributes.account.swift') %></b>
  <%= @account.swift %>
	<br>
  <b><%= t('attributes.account.currency_id') %></b>
  <%= @account.currency_name %>
	<br>
  <b><%= t('attributes.account.amount') %></b>
  <%= @account.amount %>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
invoice_bar-0.0.4 app/views/invoice_bar/accounts/show.html.erb
invoice_bar-0.0.3 app/views/invoice_bar/accounts/show.html.erb
invoice_bar-0.0.2 app/views/invoice_bar/accounts/show.html.erb
invoice_bar-0.0.1 app/views/invoice_bar/accounts/show.html.erb