8 lines
291 B
Text
8 lines
291 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.
|
|
|
|
%ul
|
|
%h3= link_to post.class, object_path(post)
|
|
- for field in object_fields(post)
|
|
%li= "#{field}: #{post.attributes[field]}"
|