Sha256: 8f998a35171e603c8c7edba20e4748872d0c0a20754df7c18c268e02e60ec9c1

Contents?: true

Size: 717 Bytes

Versions: 8

Compression:

Stored size: 717 Bytes

Contents

<div class="card">
  <div class="card-header">
    <h4><%= t('attributes.membership') %></h4>
  </div>
  <div class="card-body">
    <table class="table table-bordered table-hover autowidth">
      <tr>
	<th><%= t('attributes.user')%>:</th>
	<td><%= @membership.user %></td>
      </tr>
      <tr>
	<th><%= t('attributes.group')%>:</th>
	<td><%= @membership.group %></td>
      </tr>
      <tr>
	<th><%= 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

8 entries across 8 versions & 1 rubygems

Version Path
wobauth-5.0.1 app/views/wobauth/memberships/show.html.erb
wobauth-5.0.0 app/views/wobauth/memberships/show.html.erb
wobauth-4.0.0 app/views/wobauth/memberships/show.html.erb
wobauth-3.4.8 app/views/wobauth/memberships/show.html.erb
wobauth-3.4.7 app/views/wobauth/memberships/show.html.erb
wobauth-3.4.6 app/views/wobauth/memberships/show.html.erb
wobauth-3.4.5 app/views/wobauth/memberships/show.html.erb
wobauth-3.4.4 app/views/wobauth/memberships/show.html.erb