Sha256: a6489b9aab91091530051fdd6f1ced59f645375ceca1e868dd4bfca09f9557c3

Contents?: true

Size: 1.34 KB

Versions: 5

Compression:

Stored size: 1.34 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-sm table-borderless">
      <tr>
	<th class="w-25 text-right"><%= t('attributes.authorizable')%>:</th>
	<td><%= @authority.authorizable %></td>
      </tr>
      <tr>
	<th class="w-25 text-right"><%= t('attributes.authorizable_type')%>:</th>
	<td><%= @authority.authorizable_type %></td>
      </tr>
      <tr>
	<th class="w-25 text-right"><%= t('attributes.role')%>:</th>
	<td><%= @authority.role %></td>
      </tr>
      <tr>
	<th class="w-25 text-right"><%= t('attributes.authorized_for')%>:</th>
	<td><%= @authority.authorized_for %></td>
      </tr>
      <tr>
	<th class="w-25 text-right"><%= t('attributes.authorized_for_type')%>:</th>
	<td><%= @authority.authorized_for_type %></td>
      </tr>
      <tr>
	<th class="w-25 text-right"><%= t('attributes.valid_from')%>:</th>
	<td><%= @authority.valid_from %></td>
      </tr>
      <tr>
	<th class="w-25 text-right"><%= 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

5 entries across 5 versions & 1 rubygems

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