<%=t ['Popis',''] %> | <%=t ['Zůstatek','Balance'] %> | <%=t ['Zůstatek (odchozí)','Balance (outgoing)'] %> | <%=t ['Akce','Actions'] %> |
---|---|---|---|
<%= link_to account.popis, :action => 'show', :id => account %> | <%=h account.balance %> | <%=h account.balance_using_outgoing_transfers %> | <%= link_to t(['E','E']), :action => 'edit', :id => account %> <%= link_to t(['S','S']), :action => 'show', :id => account %> |