noesya/osuny

View on GitHub
app/views/admin/education/diplomas/index.html.erb

Summary

Maintainability
Test Coverage
<% content_for :title, Education::Diploma.model_name.human(count: 2) %>

<%= render 'admin/education/diplomas/list', diplomas: @diplomas %>

<% content_for :action_bar_right do %>
  <%= create_link Education::Diploma %>
<% end %>