From 893c37004e91275d91a28289e8600458ef86623e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Rodr=C3=ADguez?= Date: Tue, 30 Oct 2012 09:33:12 -0200 Subject: [PATCH] remove app/views/aspects/index --- app/views/aspects/index.mobile.haml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 app/views/aspects/index.mobile.haml diff --git a/app/views/aspects/index.mobile.haml b/app/views/aspects/index.mobile.haml deleted file mode 100644 index 4c5ab0cb9..000000000 --- a/app/views/aspects/index.mobile.haml +++ /dev/null @@ -1,18 +0,0 @@ --# Copyright (c) 2010-2011, Diaspora Inc. This file is --# licensed under the Affero General Public License version 3 or later. See --# the COPYRIGHT file. - -%h2{:style => "padding:0 10px;display:none;"} - - if @stream.for_all_aspects? - = t('all_aspects') - - else - = @stream.aspect - -#main_stream.stream - = render 'shared/stream', :posts => @stream.stream_posts - -if @stream.stream_posts.length > 0 - #pagination - %a.more-link.paginate{:href => next_page_path} - %h1 - = t("more") -