Sha256: 10541dbcc06ac6fee7a4d5e310792fafbded978e62fc7c94d2f9e650325357e1

Contents?: true

Size: 378 Bytes

Versions: 83

Compression:

Stored size: 378 Bytes

Contents

.effective-cpd-statement
  = render('effective/cpd_statements/summary', cpd_statement: cpd_statement)

  - steps = cpd_statement.required_steps.select { |step| cpd_statement.has_completed_step?(step) }
  - blacklist = [:start, :submit, :complete]

  - (steps - blacklist).each do |step|
    = render("effective/cpd_statements/#{step}", cpd_statement: cpd_statement, step: step)

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
effective_cpd-0.3.0 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.2.1 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.2.0 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.1.19 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.1.18 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.1.17 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.1.16 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.1.15 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.1.14 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.1.13 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.1.12 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.1.11 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.1.10 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.1.9 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.1.8 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.1.7 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.1.6 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.1.5 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.1.4 app/views/effective/cpd_statements/_cpd_statement.html.haml
effective_cpd-0.1.3 app/views/effective/cpd_statements/_cpd_statement.html.haml