Commit 62d3dca2ce2ff22f5f2116a2727520d5b62fbc09

Authored by Rodrigo Souto
2 parents d54c474e fe738430

Merge branch 'stable' of https://gitlab.com/noosfero/noosfero into stable

app/views/box_organizer/_link_list_block.rhtml
1 1 <strong><%= _('Links') %></strong>
2   -<div id='edit-link-list-block' style='width:450px'>
  2 +<div id='edit-link-list-block'>
3 3 <table id='links' class='noborder'>
4 4 <tr><th><%= _('Icon') %></th><th><%= _('Name') %></th><th><%= _('Address') %></th><th><%= _('Target') %></th></tr>
5 5 <% for link in @block.links do %>
... ...