show.html.haml revision 6d266a09d84193b35d246dd27ad27314d0d9d232
- @page_title = resource
%h2= link_to resource, resource, 'data-type' => resource_class
- if can? :update, Language
%ul.actions.pull-right
%li= link_to 'Edit Language', :edit_language
- if can? :delete, Logic
%li= link_to 'Delete Language', :language, :confirm => 'Are you sure?', :method => :delete
%p.definedBy
%h5 Defined by:
= resource.defined_by
%p.standardStatus
%h5 Standardization-status:
= resource.standardization_status
%p.description
%h3 Description
= resource.description
= render :partial => "mappings"
= render :partial => "supports"
= render :partial => "serializations"
= render :partial => "ontologies"