From f22ec3598995a4cf4dca7dfd155b0a090dd7b545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Rodr=C3=ADguez?= <fabianrbz@gmail.com> Date: Sat, 27 Oct 2012 15:50:47 -0200 Subject: [PATCH] remove app/views/shared/author_info --- app/views/shared/_author_info.html.haml | 9 --------- app/views/shared/_author_info.mobile.haml | 6 ------ 2 files changed, 15 deletions(-) delete mode 100644 app/views/shared/_author_info.html.haml delete mode 100644 app/views/shared/_author_info.mobile.haml diff --git a/app/views/shared/_author_info.html.haml b/app/views/shared/_author_info.html.haml deleted file mode 100644 index 168107638d..0000000000 --- a/app/views/shared/_author_info.html.haml +++ /dev/null @@ -1,9 +0,0 @@ -#author_info.show - = person_image_link(person) - .from - %h5 - = person.name - - #person_nav_links - = link_to t('layouts.header.profile'), local_or_remote_person_path(person) - = link_to t('_photos'), person_photos_path(person) diff --git a/app/views/shared/_author_info.mobile.haml b/app/views/shared/_author_info.mobile.haml deleted file mode 100644 index e36dc40cc0..0000000000 --- a/app/views/shared/_author_info.mobile.haml +++ /dev/null @@ -1,6 +0,0 @@ -#author_info.show - .thumb_small= person_image_tag(person, :thumb_small) - = link_to person.name, person - %br - .diaspora_handle - = person.diaspora_handle -- GitLab