show.html.haml revision 4bf98c649d2e5431f814d6757b109fd201dc3ee1
- @page_title = resource
%h2= link_to resource, resource, 'data-type' => resource_class
- if can? :update, resource.class
%li= link_to 'Edit mapping', edit_resource_path
- if can? :delete, resource.class
%li= link_to 'Delete mapping', resource, :confirm => 'Are you sure?', :method => :delete
%h5 Maps
= fancy_link resource.source
to
= fancy_link resource.target
%h5 Defined by:
%h5 Standardization-status:
- if resource.has_attribute? :faithfulness
%h5 Faithfulness
- if resource.has_attribute? :theoroidalness
%h5 Theoroidalness
= render :partial => "adjoints"