Sha256: 2316669ea147d2019edb01ebe0b0858491ac23e5ca5596150195fe16ab420ed5
Contents?: true
Size: 372 Bytes
Versions: 1
Compression:
Stored size: 372 Bytes
Contents
<li> <%= file_type(data.type) %> <%= link_to data.location, :controller => '/source_data', :action => 'show', :type => data.type, :location => data.location %> <%= link_to_remote image_tag('trash.gif', :class => 'trash'), :url => {:controller => '/source_data', :action => 'destroy', :id => data }, :method => :delete, :confirm => 'Are you sure?' %> </li>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talia_core-0.4.2 | generators/talia_admin/templates/views/admin/sources/_data.html.erb |