show.html.haml revision 3af118695056ef1eba8d1980768c64631744a198
- @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
%nav
- @available_tabs.each do |(tab_title, tab)|
%li{class: tab==@tab ? 'active' : nil}
= link_to tab_title, resource_path(resource, tab: tab)