Name: <%= @certification.name %>
Slug (lowercase, single-word identifier): <%= @certification.slug %>
Description: <%= simple_format @certification.description %>
Certified Users: <%= link_to "Click Here", user_certifications_path %>
<% if can? :update, @certification %><%= link_to 'Edit', edit_certification_path(@certification) %> |<% end %> <%= link_to 'Back', certifications_path %>