Name: <%= @certification.name %>

Description: <%= simple_format @certification.description %>

Certified Users: <% if can? :update, @certification %><%= link_to 'Edit', edit_certification_path(@certification) %> |<% end %> <%= link_to 'Back', certifications_path %>