isprambiente/medplan

View on GitHub
app/views/audits/_edit.html.haml

Summary

Maintainability
Test Coverage
= turbo_frame_tag "#{dom_id(audit)}", data: {controller: view} do
  %h3.title.is-3 #{t('title', scope: 'audit')}
  %h4.subtitle.is-4 #{user.label}
  %hr/
  = render 'form', user: user, audit: audit, history: history, histories: histories, current_user: current_user, view: view, pagy: pagy