Delete unused show templates
This commit is contained in:
parent
3df419a081
commit
4037ce48c5
3 changed files with 0 additions and 45 deletions
|
|
@ -1,31 +0,0 @@
|
||||||
-# Copyright (c) 2010, Diaspora Inc. This file is
|
|
||||||
-# licensed under the Affero General Public License version 3 or later. See
|
|
||||||
-# the COPYRIGHT file.
|
|
||||||
|
|
||||||
|
|
||||||
- content_for :head do
|
|
||||||
= include_javascripts :aspects
|
|
||||||
|
|
||||||
- content_for :page_title do
|
|
||||||
= @aspect.name.html_safe
|
|
||||||
|
|
||||||
.span-24.last
|
|
||||||
%h2{:style=>"position:relative;margin-bottom:0;"}
|
|
||||||
= @aspect
|
|
||||||
|
|
||||||
%span.aspect_contact_count{:style=>"color:#999;font-size:14px;"}
|
|
||||||
= t('contacts', :count=>@aspect_contacts_count)
|
|
||||||
= link_to t('.edit_aspect'), "#", :id => "edit_aspect_trigger"
|
|
||||||
|
|
||||||
.span-8.append-1
|
|
||||||
= render 'aspects/aspect_contacts', :contacts => @aspect_contacts, :aspect => @aspect
|
|
||||||
= render 'aspects/edit_aspect_pane', :contacts => @all_contacts, :aspect => @aspect
|
|
||||||
moms
|
|
||||||
.span-15.last
|
|
||||||
= render 'shared/publisher', :aspect => @aspect, :aspect_ids => @aspect_ids
|
|
||||||
|
|
||||||
#main_stream.stream{:data => {:guids => @aspect.id}}
|
|
||||||
= render 'shared/stream', :posts => @posts
|
|
||||||
%a.paginate
|
|
||||||
= t("more")
|
|
||||||
=will_paginate @posts
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
$('#main_stream').html("<%= escape_javascript(render('shared/stream', :posts => @posts)) %>");
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
-# Copyright (c) 2010, Diaspora Inc. This file is
|
|
||||||
-# licensed under the Affero General Public License version 3 or later. See
|
|
||||||
-# the COPYRIGHT file.
|
|
||||||
|
|
||||||
= render 'shared/publisher', :aspect => @aspect, :aspect_ids => @aspect_ids
|
|
||||||
|
|
||||||
= render 'shared/stream', :posts => @posts
|
|
||||||
|
|
||||||
#pagination
|
|
||||||
= will_paginate @posts
|
|
||||||
|
|
||||||
- content_for :subpages do
|
|
||||||
= render 'shared/publisher', :aspect_ids => @aspect_ids
|
|
||||||
Loading…
Reference in a new issue