Open-Source-Access-Control-.../app/views/certifications/show.html.erb

18 lines
382 B
Plaintext
Raw Normal View History

<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>
<% if can? :update, @certification %><%= link_to 'Edit', edit_certification_path(@certification) %> |<% end %>
<%= link_to 'Back', certifications_path %>