Sha256: d80561ce5dedf23bcfe746b296bd6bfb25ca2bde11e1a32d34db20e98e2cdddb

Contents?: true

Size: 891 Bytes

Versions: 2

Compression:

Stored size: 891 Bytes

Contents

<div class="controller">
	<div class="row">
		<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>
	</div>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
invoice_bar-0.0.6 app/views/invoice_bar/accounts/show.html.erb
invoice_bar-0.0.5 app/views/invoice_bar/accounts/show.html.erb