Sha256: 8b41a67c0738c818df342714fba8317f96d5026125d946ffd4aee6b6fb64234d

Contents?: true

Size: 427 Bytes

Versions: 1

Compression:

Stored size: 427 Bytes

Contents

<table class="as-search">
  <tr>
    <th><%= Org::Member.human_attribute_name(:enabled) %></th>
    <td>
      <%= link_to t('.enabled'), filter_params(enabled: 1), class: active_params(enabled: 1, active: 'button is-info', item: 'button is-light') %>
      <%= link_to t('.disabled'), filter_params(enabled: 0), class: active_params(enabled: 0, active: 'button is-info', item: 'button is-light') %>
    </td>
  </tr>
</table>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails_org-0.0.1 app/views/org/admin/members/_filter_table.html.erb