Sha256: bd51d3e0ed913b8910a2435f4a659b5df1366f2ab6fb91b8ebb29285d92578fd

Contents?: true

Size: 651 Bytes

Versions: 7

Compression:

Stored size: 651 Bytes

Contents

#business_processes
  - if business_processes.blank?
    .has-text-centered
      p.title.is-4 No Business Processes yet
      p.subtitle.is-6 Create one here
      = authz_link_to 'New business process', new_business_process_path, {class: 'button is-primary'}, skip_scoping: true
  - else
    .card
      .card-content = paginate business_processes, views_prefix: 'authz', param_name: 'business_processes_page'
      table.table.is-fullwidth.is-striped.is-hoverable
        thead
          tr
            th ID
            th Name
            th Code name
            th Description
            th
        tbody
          = render business_processes

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
authz-0.0.5 app/views/authz/business_processes/_table.html.slim
authz-0.0.4 app/views/authz/business_processes/_table.html.slim
authz-0.0.3 app/views/authz/business_processes/_table.html.slim
authz-0.0.2 app/views/authz/business_processes/_table.html.slim
authz-0.0.1 app/views/authz/business_processes/_table.html.slim
authz-0.0.1.alpha5 app/views/authz/business_processes/_table.html.slim
authz-0.0.1.alpha4 app/views/authz/business_processes/_table.html.slim