Sha256: f6c95409fcb563a1a0a2a7e46089c8fd3a9f7175f425d43a080d9a540b5dc2e5

Contents?: true

Size: 623 Bytes

Versions: 2

Compression:

Stored size: 623 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
      = link_to 'New business process', new_business_process_path, class: 'button is-primary'
  - 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

2 entries across 2 versions & 1 rubygems

Version Path
authz-0.0.1.alpha3 app/views/authz/business_processes/_table.html.slim
authz-0.0.1.alpha2 app/views/authz/business_processes/_table.html.slim