show.html.haml revision a6ca5a661e386f6b77ed96797d631fe73c5bee7d
1516N/A.metadata
39N/A = render :partial => 'stats'
39N/A = render :partial => 'info'
39N/A
39N/A%h2= @page_title = resource
39N/A
39N/A= simple_format resource.description
39N/A
39N/A%ul
39N/A %li= link_to 'edit', edit_resource_path
39N/A %li= link_to 'delete', resource_path, :confirm => 'really delete?', :method => :delete
39N/A
39N/A%p= link_to 'List', collection_path
39N/A