Sha256: 2d8a5ac50ab752520ea8526a771232b67ac365df798710457b5b411c6cfc5b3a
Contents?: true
Size: 330 Bytes
Versions: 1
Compression:
Stored size: 330 Bytes
Contents
%td.action-links = link_to image_tag('16x16/edit.png', :title => t_action(:edit)), send("edit_#{model_name}_path", resource), :method => :get = link_to image_tag('16x16/delete.png', :title => t_action(:delete)), send("#{model_name}_path", resource), :remote => true, :method => :delete, :confirm => t_confirm_delete(resource)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bookyt-0.0.1 | app/views/layouts/_list_item_actions_for.html.haml |