Sha256: 6280ccb9af57d241bc8683bc8a4bdc0dfc3cf3c3ba3e1be1e51119f94e837003

Contents?: true

Size: 568 Bytes

Versions: 2

Compression:

Stored size: 568 Bytes

Contents

= content_for :nav_title do
  = @rolables.model_name.plural.titleize

section.section
  .container
    .card
      .card-content = paginate @rolables, views_prefix: 'authz'
      table.table.is-fullwidth.is-striped.is-hoverable
        tbody
          - @rolables.each do |rolable|
            tr.is-clickable[data-url="#{send("#{rolable.model_name.singular}_path", rolable)}"]
              td = rolable.id
              td = rolable.authz_label
              td = link_to send("#{rolable.model_name.singular}_path", rolable) do
                i.fa-chevron-right.fa

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
authz-0.0.1.alpha3 app/views/authz/rolables/index.html.slim
authz-0.0.1.alpha2 app/views/authz/rolables/index.html.slim