Files
diaspora/app/views/posts/_post.html.haml
2010-09-26 12:48:40 -04:00

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]}"