2013-01-25 10:12:25 +00:00
|
|
|
<p>
|
|
|
|
<b>Name:</b>
|
|
|
|
<%= @certification.name %>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
<b>Description:</b>
|
|
|
|
<%= simple_format @certification.description %>
|
|
|
|
</p>
|
|
|
|
|
2013-08-27 05:32:08 +00:00
|
|
|
<p>
|
|
|
|
<b>Certified Users:</b>
|
|
|
|
<%= link_to "Click Here", user_certifications_path %>
|
|
|
|
</p>
|
2013-01-25 10:12:25 +00:00
|
|
|
|
|
|
|
<% if can? :update, @certification %><%= link_to 'Edit', edit_certification_path(@certification) %> |<% end %>
|
|
|
|
<%= link_to 'Back', certifications_path %>
|