Commit 8f7859870dfd61f530e1039f9fa873b2ba73c051

Authored by Antonio Terceiro
1 parent 0a169ffd

ActionItem1041: adding profile actions to profile image block

app/views/blocks/profile_image.rhtml
... ... @@ -20,4 +20,8 @@
20 20 </div>
21 21 <% end %>
22 22  
  23 +<div class="profile-info-options">
  24 + <%= render :file => 'blocks/profile_info_actions/' + block.owner.class.name.underscore %>
  25 +</div>
  26 +
23 27 </div><!-- end class="vcard" -->
... ...
public/stylesheets/blocks/profile-image-block.css
... ... @@ -27,3 +27,10 @@
27 27 padding: 2px;
28 28 background: #FFF;
29 29 }
  30 +
  31 +.profile-image-block ul {
  32 + padding: 0px;
  33 +}
  34 +.profile-image-block li {
  35 + list-style: none;
  36 +}
... ...