Sha256: 0e78cd2b3bf284848f75527acc6fda76621b3d218759dbe4d3d4995f95b7bcbf

Contents?: true

Size: 779 Bytes

Versions: 5

Compression:

Stored size: 779 Bytes

Contents

<div class="card">
  <div class="card-header">
    <h4><%= t('attributes.membership') %></h4>
  </div>
  <div class="card-body">
    <table class="table table-sm table-borderless ">
      <tr>
	<th class="w-25 text-right"><%= t('attributes.user')%>:</th>
	<td><%= @membership.user %></td>
      </tr>
      <tr>
	<th class="w-25 text-right"><%= t('attributes.group')%>:</th>
	<td><%= @membership.group %></td>
      </tr>
      <tr>
	<th class="w-25 text-right"><%= t('attributes.auto')%>:</th>
	<td><%= @membership.auto %></td>
      </tr>
    </table>

    <div role="toolbar">
      <%= back_link %>
      <%= edit_link([wobauth, @membership]) %>
      <%= delete_link([wobauth, @membership]) %>
      <%= new_link [wobauth, Wobauth::Membership] %>
    </div>
  </div>
</div>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wobauth-5.1.3 app/views/wobauth/memberships/show.html.erb
wobauth-5.1.2 app/views/wobauth/memberships/show.html.erb
wobauth-5.1.1 app/views/wobauth/memberships/show.html.erb
wobauth-5.1.0 app/views/wobauth/memberships/show.html.erb
wobauth-5.0.2 app/views/wobauth/memberships/show.html.erb