noosfero | 2 new commits pushed to repository

Bráulio Bhavamitra gitlab at gitlab.com
Thu Feb 5 18:04:21 BRST 2015


Bráulio Bhavamitra pushed to refs/heads/master at <a href="https://gitlab.com/noosfero/noosfero">Noosfero / noosfero</a>

Commits:
<a href="https://gitlab.com/noosfero/noosfero/commit/09a2aaf6aea7687f20cfa5429b799900c492d226">09a2aaf6</a> by Joenio Costa
Do not show the "profile actions buttons" twice in MyNetworkBlock

- - - - -
<a href="https://gitlab.com/noosfero/noosfero/commit/c456fe2231fac30e8b14a787bb7bc8c72ad2c8ce">c456fe22</a> by Bráulio Bhavamitra
Merge branch 'master' into 'master'

Do not show the "profile actions buttons" twice in MyNetworkBlock

See merge request !453

- - - - -


Changes:

=====================================
app/views/blocks/my_network.html.erb
=====================================
--- a/app/views/blocks/my_network.html.erb
+++ b/app/views/blocks/my_network.html.erb
@@ -1,7 +1,5 @@
 <%= block_title(title) %>
 
-<%= render_profile_actions owner.class %>
-
 <ul>
   <li><%= link_to(_('Homepage'), owner.url, :class => 'url') %></li>
   <li><%= link_to(_('View profile'), owner.public_profile_url) %></li>
@@ -11,5 +9,5 @@
 </ul>
 
 <div class="my-network-actions">
-  <%= render 'blocks/profile_info_actions/' + owner.class.name.underscore %>
+  <%= render_profile_actions owner.class %>
 </div>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20150205/40602cea/attachment.html>


More information about the Noosfero-dev mailing list