Sha256: fd95c52889713048bec15abfdda7b608a7ebc36e1e5c5708c4d350e691da84de

Contents?: true

Size: 947 Bytes

Versions: 5

Compression:

Stored size: 947 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

5 entries across 5 versions & 1 rubygems

Version Path
invoice_bar-0.0.11 app/views/invoice_bar/accounts/show.html.erb
invoice_bar-0.0.10 app/views/invoice_bar/accounts/show.html.erb
invoice_bar-0.0.9 app/views/invoice_bar/accounts/show.html.erb
invoice_bar-0.0.8 app/views/invoice_bar/accounts/show.html.erb
invoice_bar-0.0.7 app/views/invoice_bar/accounts/show.html.erb