diff --git a/app/views/blocks/profile_image.rhtml b/app/views/blocks/profile_image.rhtml index f6e2595..69c4b6f 100644 --- a/app/views/blocks/profile_image.rhtml +++ b/app/views/blocks/profile_image.rhtml @@ -20,4 +20,8 @@ <% end %> +
+ <%= render :file => 'blocks/profile_info_actions/' + block.owner.class.name.underscore %> +
+ diff --git a/public/stylesheets/blocks/profile-image-block.css b/public/stylesheets/blocks/profile-image-block.css index 668ef46..c3a3b87 100644 --- a/public/stylesheets/blocks/profile-image-block.css +++ b/public/stylesheets/blocks/profile-image-block.css @@ -27,3 +27,10 @@ padding: 2px; background: #FFF; } + +.profile-image-block ul { + padding: 0px; +} +.profile-image-block li { + list-style: none; +} -- libgit2 0.21.2