From 0d77ca2c94a483f6ca598afc48eaa57f81322bba Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Mon, 13 Feb 2012 17:06:55 -0800 Subject: [PATCH] small typo [ci skip] --- app/views/authorizations/index.html.haml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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')