fix styling on the new authorization page
This commit is contained in:
parent
07acfba488
commit
ab04633474
2 changed files with 15 additions and 14 deletions
|
|
@ -1,4 +1,5 @@
|
|||
.user-consent.col-md-10.col-md-offset-1
|
||||
.row
|
||||
.user-consent.col-md-10.col-md-offset-1
|
||||
%ul.list-group
|
||||
%li.list-group-item.authorized-application.clearfix
|
||||
= render "grants_list", app: @app
|
||||
|
|
|
|||
|
|
@ -908,7 +908,7 @@ en:
|
|||
bad_request: "Missing client id or redirect URI"
|
||||
client_id_not_found: "No client with client_id %{client_id} with redirect URI %{redirect_uri} found"
|
||||
private_contacts_linkage_error: "private:read and private:modify require contacts:read as well"
|
||||
unknown_scope: "Unknown scope: #{scope_name}"
|
||||
unknown_scope: "Unknown scope: %{scope_name}"
|
||||
destroy:
|
||||
fail: "The attempt to revoke the authorization with ID %{id} failed"
|
||||
user_applications:
|
||||
|
|
|
|||
Loading…
Reference in a new issue