Sha256: ade585e0140760b33b7db666608f23666497428bab14e74281b0f9a0caed1895

Contents?: true

Size: 506 Bytes

Versions: 8

Compression:

Stored size: 506 Bytes

Contents

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


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pixelearth-3.2.4 lib/generators/project_files/templates/views/shared/_show_edit_destroy.html.haml
pixelearth-3.2.2 lib/generators/project_files/templates/views/shared/_show_edit_destroy.html.haml
pixelearth-0.0.7 lib/generators/project_files/templates/views/shared/_show_edit_destroy.html.haml
pixelearth-0.0.6 lib/generators/project_files/templates/views/shared/_show_edit_destroy.html.haml
pixelearth-0.0.5 lib/generators/project_files/templates/views/shared/_show_edit_destroy.html.haml
pixelearth-0.0.4 lib/generators/project_files/templates/views/shared/_show_edit_destroy.html.haml
pixelearth-0.0.3 lib/generators/project_files/templates/views/shared/_show_edit_destroy.html.haml
pixelearth-0.0.2 lib/generators/project_files/templates/views/shared/_show_edit_destroy.html.haml