Sha256: dd70b910d0ac3c5fba314ea5c8c67331c79a38491c6e05d8723af9ea0ea44a47

Contents?: true

Size: 457 Bytes

Versions: 4

Compression:

Stored size: 457 Bytes

Contents

<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>

Version data entries

4 entries across 4 versions & 1 rubygems

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