<% if @custom_rounding_tables.empty? %> <%= t('views.index.no_record_found') %> <% else %> <% @custom_rounding_tables.each do |custom_rounding_table| %> <%= link_to custom_rounding_table, edit_custom_rounding_table_path(custom_rounding_table) %> <%= custom_rounding_table.decorator.unities_labels %> <%= custom_rounding_table.decorator.courses_labels %> <%= custom_rounding_table.decorator.grades_labels %> <%= custom_rounding_table.decorator.rounded_avaliations_labels %> <%= custom_rounding_table.year %> <%= link_to 'Editar', edit_custom_rounding_table_path(custom_rounding_table), class: 'btn btn-success' %> <%= link_to 'Excluir', custom_rounding_table_path(custom_rounding_table), class: 'btn btn-danger', method: :delete, data: { confirm: 'Tem certeza?' } %> <% end %> <% end %>