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,3 +1,4 @@
|
||||||
|
.row
|
||||||
.user-consent.col-md-10.col-md-offset-1
|
.user-consent.col-md-10.col-md-offset-1
|
||||||
%ul.list-group
|
%ul.list-group
|
||||||
%li.list-group-item.authorized-application.clearfix
|
%li.list-group-item.authorized-application.clearfix
|
||||||
|
|
|
||||||
|
|
@ -908,7 +908,7 @@ en:
|
||||||
bad_request: "Missing client id or redirect URI"
|
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"
|
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"
|
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:
|
destroy:
|
||||||
fail: "The attempt to revoke the authorization with ID %{id} failed"
|
fail: "The attempt to revoke the authorization with ID %{id} failed"
|
||||||
user_applications:
|
user_applications:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue