<%=link_to a.title+" ( inactive )" ,:action=>"each_asset_view",:id => a.id%> |
<%=link_to a.created_at.strftime("%d-%m-%Y"),:action =>"each_asset_view",:id => a.id%> |
<%= @currency_type + " "%><%= a.amount%> |
<%= link_to_remote t('edit_text'), :url => { :action => 'edit_asset', :id => a.id } %> |
<%= link_to_remote t('delete_text'), :url => { :action => 'delete_asset', :id => a.id } ,:confirm=>t('delete_confirm_msg')%>
|
<%=link_to a.title ,:action=>"each_asset_view",:id => a.id%> |
<%=link_to a.created_at.strftime("%d-%m-%Y"),:action =>"each_asset_view",:id => a.id%> |
<%= @currency_type + " "%><%= a.amount%> |
<%= link_to_remote t('edit_text'), :url => { :action => 'edit_asset', :id => a.id } %> |
<%= link_to_remote t('delete_text'), :url => { :action => 'delete_asset', :id => a.id },:confirm=>t('delete_confirm_msg') %>
|