Sha256: 1f7ef25726a1d438b9c85292cf7b0b125551543f3c51d9eb849994e9a0860bb4
Contents?: true
Size: 698 Bytes
Versions: 2
Compression:
Stored size: 698 Bytes
Contents
<h2>Show Scope</h2> <div class="field_show"> <b>Name:</b> <%= @scope.name %> </div> <div class="field_show"> <b>Values:</b> <%= @scope.values_pretty %> <span class="details">(includes <%= Oauth2Provider.normalize_scope(@scope.values_pretty).join(" ") %></span> </div> <div class="button-group footer_buttons"> <%= link_to 'Back', oauth2_provider_engine.oauth2_provider_scopes_path, class: "button icon arrowleft" %> <%= link_to 'Edit', oauth2_provider_engine.edit_oauth2_provider_scope_path(@scope), class: "button" %> <%= link_to 'Destroy', oauth2_provider_engine.oauth2_provider_scope_path(@scope), :confirm => 'Are you sure?', :method => :delete, class: "button danger" %> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
oauth2_provider_engine-0.0.2 | app/views/oauth2_provider/scopes/show.html.erb |
oauth2_provider_engine-0.0.1 | app/views/oauth2_provider/scopes/show.html.erb |