12 lines
407 B
Text
12 lines
407 B
Text
-# Copyright (c) 2010, Diaspora Inc. This file is
|
|
-# licensed under the Affero General Public License version 3 or later. See
|
|
-# the COPYRIGHT file.
|
|
|
|
.reshare_pane
|
|
%span.reshare_button
|
|
= link_to t('.reshare'), "#"
|
|
|
|
%ul.reshare_box
|
|
- for aspect in aspects
|
|
%li.aspect_to_share= link_to aspect, :controller => "aspects", :action => "show", :id => aspect.id, :prefill => post.message
|
|
|