Sha256: c72c78c8de9fa23f232b8701fef2b75c7388934955aacfb1af3bb7cc4e15f6f5

Contents?: true

Size: 368 Bytes

Versions: 1

Compression:

Stored size: 368 Bytes

Contents

<%= render 'org/admin/members/menu' %>

<table class="table is-hoverable is-fullwidth">
  <thead>
    <tr>
      <th class="three wide"></th>
      <th>
        <%= link_to t('.edit'), edit_admin_profile_path(@member.profile), class: 'ui mini blue right floated button' %>
      </th>
    </tr>
  </thead>
  <tbody>
    <%= render 'show_table' %>
  </tbody>
</table>

Version data entries

1 entries across 1 versions & 1 rubygems

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