removed unused view

This commit is contained in:
danielvincent 2010-10-22 15:47:22 -07:00
parent f2cfa3c378
commit b5976753ea

View file

@ -1,20 +0,0 @@
#aspect_header
.container
.span-4.last
- if @person
%h2
= @person.real_name
- else
%h2
- if @aspect == :all
= link_to "Everyone", root_path
- elsif @aspect == :manage
= link_to t('.manage_aspects'), root_path
- else
= link_to @aspect.name, @aspect
.page_title
= yield :page_title
.span-15.last{ :style => "position:relative;" }
= yield :publish