Sha256: 0111df80a9a524b35a0dcee6ed4f2e0377854f016521310e0a05eb1edcab7b3f

Contents?: true

Size: 571 Bytes

Versions: 5

Compression:

Stored size: 571 Bytes

Contents

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

    <div class="show span4">
        <b><%= t('attributes.currency.name') %>:</b>
        <%= @currency.name %>
        <br>
        <b><%= t('attributes.currency.symbol') %>:</b>
        <%= @currency.symbol %>
    </div>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

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