show.html.haml revision 4d946ab78d026f3aab150db33c5c5af30863c15b
- @page_title = resource
%h2= link_to resource, resource, 'data-type' => resource_class
- if can? :update, Logic
%li= link_to 'Edit Logic', :edit_logic
- if can? :delete, Logic
%li= link_to 'Delete Logic', :logic, :confirm => 'Are you sure?', :method => :delete
%h5 Defined by:
%h5 Standardization-status:
%h5 Description
= render :partial => "mappings"
= render :partial => "supports"
= render :partial => "ontologies"
%script(type="text/javascript")
=raw "var graph = " + @graph.to_json
%div#infovis