Sha256: bcacd6ce270175731379ca9eeb1bb1ab0b0221f958d56ab9a8f3dde135d1e7e1

Contents?: true

Size: 482 Bytes

Versions: 1

Compression:

Stored size: 482 Bytes

Contents

.show_edit_destroy_box
	=link_to image_tag('icons/show.png', :alt=>'[show]'),         resource, :class => 'admin_show', :title => 'Show'
	=link_to image_tag('icons/edit.png', :alt=>'[edit]'),         send("edit_#{resource.class.table_name.singularize}_path", resource), :class => 'admin_edit', :title => 'Edit'
	=link_to image_tag('icons/destroy.png', :alt=>'[destroy]'),   resource, :confirm => 'Are you sure?', :method => :delete, :class => 'admin_destroy', :title => 'Destroy'


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pixelearth-3.2.4 app/views/pixelearth_base/admin/_show_edit_destroy.html.haml