MakersNetwork/agenda-saude

View on GitHub
app/helpers/community/patients_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Community
  module PatientsHelper
    def optional_field_tag
      tag.span(class: 'badge badge-light') do
        'opcional'
      end
    end
  end
end