vol1ura/Sat_9am_5km

View on GitHub
app/admin/badges.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Complex method sidebar#Управление наградой (20.2)
Open

  sidebar 'Управление наградой', only: :show do
    para link_to 'Обладатели', admin_badge_trophies_path(resource)
    h3 'Предпросмотр'
    image_tag resource.image.variant(:web), class: 'img-badge' if resource.image.attached?
Severity: Minor
Found in app/admin/badges.rb by flog

Flog calculates the ABC score for methods. The ABC score is based on assignments, branches (method calls), and conditions.

You can read more about ABC metrics or the flog tool

There are no issues that match your filters.

Category
Status