diff --git a/app/views/authorizations/index.html.haml b/app/views/authorizations/index.html.haml index 67ec6edca..483e32eaa 100644 --- a/app/views/authorizations/index.html.haml +++ b/app/views/authorizations/index.html.haml @@ -20,9 +20,8 @@ .img = image_tag(app.application_base_url + app.icon_url, :class => "avatar") .bd - - %div.from - = link_to app.name, app.application_base_url - = app.description + %div.from + = link_to app.name, app.application_base_url + = app.description - else = t('.no_applications')