show.html.haml revision 7c7f3cf9415077b18027586822f15ac1dafbbaa3
- @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 => "supports"
= render :partial => "mappings"