diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-29 16:54:54 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-29 16:54:54 +0100 |
commit | d7dc84439c60069a0cb9eeca81dc61c297a8667b (patch) | |
tree | 167ee6db4fdc7008e2e517a0e983edb9721f4a7a /app/views/oauth/authorizations/show.html.haml | |
parent | 8b94d283fb45f054ee5193b0cec8586461d636b1 (diff) |
Add ability to use remote follow function on other sites
Diffstat (limited to 'app/views/oauth/authorizations/show.html.haml')
-rw-r--r-- | app/views/oauth/authorizations/show.html.haml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/views/oauth/authorizations/show.html.haml b/app/views/oauth/authorizations/show.html.haml index 897a15cee..b56667f35 100644 --- a/app/views/oauth/authorizations/show.html.haml +++ b/app/views/oauth/authorizations/show.html.haml @@ -1,2 +1,3 @@ -.flash-message - %code= params[:code] +.form-container + .flash-message + %code= params[:code] |