Sha256: f02b714dfe62c56ea3f393788f6b7f9b1d6d9c5d5da6b8bac764cac94e4c30e0

Contents?: true

Size: 311 Bytes

Versions: 5

Compression:

Stored size: 311 Bytes

Contents

= f.hidden_field :item_id
= f.hidden_field :item_type

- recommendations = cpd_audit_review.cpd_audit_level.recommendations

- if recommendations.length > 3
  = f.select :recommendation, recommendations
- else
  = f.radios :recommendation, recommendations, inline: true

= f.text_area :comments, label: 'Notes'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
effective_cpd-1.3.1 app/views/effective/cpd_audit_review_items/_fields.html.haml
effective_cpd-1.3.0 app/views/effective/cpd_audit_review_items/_fields.html.haml
effective_cpd-1.2.4 app/views/effective/cpd_audit_review_items/_fields.html.haml
effective_cpd-1.2.3 app/views/effective/cpd_audit_review_items/_fields.html.haml
effective_cpd-1.2.2 app/views/effective/cpd_audit_review_items/_fields.html.haml