Sha256: 6811d2cabe1a3f4307b12142d8dc7ca6a5bf5111f012d912b2afc08a8fc142ab

Contents?: true

Size: 1.19 KB

Versions: 8

Compression:

Stored size: 1.19 KB

Contents

<div class="card">
  <div class="card-header">
    <h4><%= t('activerecord.models.wobauth/authority') %></h4>
  </div>
  <div class="card-body">
    <table class="table table-bordered table-hover autowidth">
      <tr>
	<th><%= t('attributes.authorizable')%>:</th>
	<td><%= @authority.authorizable %></td>
      </tr>
      <tr>
	<th><%= t('attributes.authorizable_type')%>:</th>
	<td><%= @authority.authorizable_type %></td>
      </tr>
      <tr>
	<th><%= t('attributes.role')%>:</th>
	<td><%= @authority.role %></td>
      </tr>
      <tr>
	<th><%= t('attributes.authorized_for')%>:</th>
	<td><%= @authority.authorized_for %></td>
      </tr>
      <tr>
	<th><%= t('attributes.authorized_for_type')%>:</th>
	<td><%= @authority.authorized_for_type %></td>
      </tr>
      <tr>
	<th><%= t('attributes.valid_from')%>:</th>
	<td><%= @authority.valid_from %></td>
      </tr>
      <tr>
	<th><%= t('attributes.valid_until')%>:</th>
	<td><%= @authority.valid_until %></td>
      </tr>
    </table>
    <div role="toolbar">
      <%= back_link %>
      <%= edit_link([wobauth, @authority]) %>
      <%= delete_link([wobauth, @authority]) %>
      <%= new_link [wobauth, Wobauth::Authority] %>
    </div>
  </div>
</div>


Version data entries

8 entries across 8 versions & 1 rubygems

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