Sha256: 9852c1e328d44884f1b585a53d91626aa26a57a5dd8a7e19c62ef122700d393a

Contents?: true

Size: 231 Bytes

Versions: 6

Compression:

Stored size: 231 Bytes

Contents

<% role, accounts = account_group %>

<tr>
  <td class='role-name' colspan=<%= Iam::Configuration[:account][:attributes].count %>>
    <%= role_name role %>
  </td>
</tr>

<%= render partial: 'iam/account', collection: accounts %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
iam-0.3.3 app/views/iam/_account_group.html.erb
iam-0.3.2 app/views/iam/_account_group.html.erb
iam-0.3.1 app/views/iam/_account_group.html.erb
iam-0.3.0 app/views/iam/_account_group.html.erb
iam-0.2.2 app/views/iam/_account_group.html.erb
iam-0.2.1 app/views/iam/_account_group.html.erb