mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-10 07:38:10 -05:00
10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
-# Copyright (c) 2010, Diaspora Inc. This file is
|
|
-# licensed under the Affero General Public License version 3. See
|
|
-# the COPYRIGHT file.
|
|
|
|
|
|
%ul
|
|
%h3= link_to post.class, object_path(post)
|
|
- for field in object_fields(post)
|
|
%li= "#{field}: #{post.attributes[field]}"
|