<%= 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' %>
<%= t('attributes.currency.name') %>:
<%= @currency.name %>
<%= t('attributes.currency.symbol') %>:
<%= @currency.symbol %>