show.html.haml revision 4e91a7a04053ace25f8a60fd6e777fd620948176
- @page_title = resource
%h2= link_to resource, resource, 'data-type' => resource_class
- if can? :update, Logic
%ul.actions.pull-right
%li= link_to 'Edit Logic', :edit_logic
- if can? :delete, Logic
%li= link_to 'Delete Logic', :logic, :confirm => 'Are you sure?', :method => :delete
%p.definedBy
defined by
= resource.defined_by
%p.standardStatus
standardization-status:
= resource.standardization_status
%p.description
%h3 Description
= resource.description
= render :partial => "supports"