Sha256: 17fc63c36775e04c0521ca8de1f6a47a1add68b1437a21d24d90b949c2348006

Contents?: true

Size: 950 Bytes

Versions: 21

Compression:

Stored size: 950 Bytes

Contents

<h1>Forbidden</h1>

<h2>You do not have access to this page</h2>

<hr/>

<% if missing_permissions.present? %>
<p>Your user account requires the following permission(s) to view this content:</p>

<div>
  <ul style="list-style-type: none;">
    <% missing_permissions.each do |missing_permission| %>
      <li class="font-monospace"><%= missing_permission[:with] %></li>
    <% end %>
  </ul>
</div>

<hr/>
<% end %>

<p>Please contact your administrator if you need access to this page, or <%= link_to 'go back', request.referrer %> to the previous page and try a different option.</p>

<% if alternatives.present? %>
  <div class="alternative-links">
    <h5>Alternatively, try one of the following suggestions:</h5>

    <ul class="pt-1" style="list-style-type: none">
      <% alternatives.first(5).each do |route| %>
        <li class="mt-1 font-monospace"><%= link_to route.title, route.path %></li>
      <% end %>
    </ul>
  </div>
<% end %>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
active_element-0.0.31 app/views/active_element/forbidden.html.erb
active_element-0.0.30 app/views/active_element/forbidden.html.erb
active_element-0.0.29 app/views/active_element/forbidden.html.erb
active_element-0.0.28 app/views/active_element/forbidden.html.erb
active_element-0.0.27 app/views/active_element/forbidden.html.erb
active_element-0.0.26 app/views/active_element/forbidden.html.erb
active_element-0.0.24 app/views/active_element/forbidden.html.erb
active_element-0.0.23 app/views/active_element/forbidden.html.erb
active_element-0.0.22 app/views/active_element/forbidden.html.erb
active_element-0.0.21 app/views/active_element/forbidden.html.erb
active_element-0.0.19 app/views/active_element/forbidden.html.erb
active_element-0.0.18 app/views/active_element/forbidden.html.erb
active_element-0.0.17 app/views/active_element/forbidden.html.erb
active_element-0.0.16 app/views/active_element/forbidden.html.erb
active_element-0.0.15 app/views/active_element/forbidden.html.erb
active_element-0.0.14 app/views/active_element/forbidden.html.erb
active_element-0.0.13 app/views/active_element/forbidden.html.erb
active_element-0.0.12 app/views/active_element/forbidden.html.erb
active_element-0.0.11 app/views/active_element/forbidden.html.erb
active_element-0.0.10 app/views/active_element/forbidden.html.erb